aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-21 16:22:20 -0600
committerMark Otto <[email protected]>2011-12-21 16:22:20 -0600
commit20aecb983838422c7b43e20960b10d4d79fefaa3 (patch)
treee036dea172ade5df4cd2834cc1075b75ff057425 /docs/less.html
parent8a7abc7493a07935d4d91b2cc56a82523fd53970 (diff)
downloadbootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.tar.xz
bootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.zip
updated all docs to jQuery 1.7, move all docs JS to application.js, and move dropdowns css to dedicated file
Diffstat (limited to 'docs/less.html')
-rw-r--r--docs/less.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/less.html b/docs/less.html
index 52de8b6aa..e004bc24c 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -466,18 +466,7 @@
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
-
- <script type="text/javascript">
- // NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
- $(document).ready(function() {
- $('.nav .active').click(function(e) {
- e.preventDefault();
- $(this).siblings().toggle();
- });
- });
- </script>
-
+ <script src="http://code.jquery.com/jquery-1.7.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>