aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-21 18:42:43 -0800
committerJacob Thornton <[email protected]>2011-12-21 18:42:43 -0800
commitefacac0d6c812abffa8a84a48fa760f5f56c92f0 (patch)
treeba01779069a7fe6b01b6a1af98708f786fa40901 /docs/upgrading.html
parent6d5b5065176a9e46ce71ec5fc16ae4a079e9e636 (diff)
downloadbootstrap-efacac0d6c812abffa8a84a48fa760f5f56c92f0.tar.xz
bootstrap-efacac0d6c812abffa8a84a48fa760f5f56c92f0.zip
clean up all the js across all the doc pages
Diffstat (limited to 'docs/upgrading.html')
-rw-r--r--docs/upgrading.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html
index cd0ca8e22..4dedb37d8 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -99,23 +99,7 @@
<li>Added button bar options</li>
</ul>
</li>
- <li>
- <ul>
- <li></li>
- </ul>
- </li>
</ul>
-
-<!--
-
-
-
--->
-
-
-
-
-
<!-- Footer
================================================== -->
<footer class="footer">
@@ -125,28 +109,5 @@
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</footer>
</div><!-- /container -->
-
- <!-- 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://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-transitions.js"></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>