Commit 8f09028c authored by Mark Otto's avatar Mark Otto

updated js includes to make nav work everywhere

parent 391248c0
...@@ -529,5 +529,6 @@ ...@@ -529,5 +529,6 @@
<script src="http://code.jquery.com/jquery-1.7.min.js"></script> <script src="http://code.jquery.com/jquery-1.7.min.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script> <script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/application.js"></script> <script src="assets/js/application.js"></script>
<script src="../js/bootstrap-dropdown.js"></script>
</body> </body>
</html> </html>
...@@ -434,6 +434,7 @@ ...@@ -434,6 +434,7 @@
<script src="assets/js/google-code-prettify/prettify.js"></script> <script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="../js/bootstrap-transition.js"></script> <script src="../js/bootstrap-transition.js"></script>
<script src="../js/bootstrap-tooltip.js"></script> <script src="../js/bootstrap-tooltip.js"></script>
<script src="../js/bootstrap-dropdown.js"></script>
<script src="assets/js/application.js"></script> <script src="assets/js/application.js"></script>
</body> </body>
......
...@@ -204,5 +204,12 @@ ...@@ -204,5 +204,12 @@
</footer> </footer>
</div><!-- /container --> </div><!-- /container -->
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
<script src="assets/js/application.js"></script>
<script src="../js/bootstrap-dropdown.js"></script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment