aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-21 00:12:47 -0700
committerMark Otto <[email protected]>2011-10-21 00:12:47 -0700
commitd28f3d86f60c3af0765029c9f19943827d49da0e (patch)
treefa75a0ffc273adc7bdb5efc5a2ebbf456d8cfb4c /docs
parent12d7fc82f32f98d7158768ff53f5a4eeb0c3410f (diff)
downloadbootstrap-d28f3d86f60c3af0765029c9f19943827d49da0e.tar.xz
bootstrap-d28f3d86f60c3af0765029c9f19943827d49da0e.zip
move javascript to le footer
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html23
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/index.html b/docs/index.html
index d29fdd292..07035f06d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -16,16 +16,6 @@
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
- <!-- Le javascript -->
- <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
- <script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
- <script src="assets/js/google-code-prettify/prettify.js"></script>
- <script>$(function () { prettyPrint() })</script>
- <script src="../js/bootstrap-dropdown.js"></script>
- <script src="../js/bootstrap-twipsy.js"></script>
- <script src="../js/bootstrap-scrollspy.js"></script>
- <script src="assets/js/application.js"></script>
-
<!-- Le fav and touch icons -->
<link rel="shortcut icon" type="image/x-icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="assets/ico/bootstrap-apple-57x57.png">
@@ -1995,5 +1985,16 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
</div>
</footer>
+
+ <!-- Le javascript -->
+ <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
+ <script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
+ <script src="assets/js/google-code-prettify/prettify.js"></script>
+ <script>$(function () { prettyPrint() })</script>
+ <script src="../js/bootstrap-dropdown.js"></script>
+ <script src="../js/bootstrap-twipsy.js"></script>
+ <script src="../js/bootstrap-scrollspy.js"></script>
+ <script src="assets/js/application.js"></script>
+
</body>
-</html>
+</html> \ No newline at end of file