diff options
| author | Jacob Thornton <[email protected]> | 2011-12-21 18:42:43 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-21 18:42:43 -0800 |
| commit | efacac0d6c812abffa8a84a48fa760f5f56c92f0 (patch) | |
| tree | ba01779069a7fe6b01b6a1af98708f786fa40901 /docs/index.html | |
| parent | 6d5b5065176a9e46ce71ec5fc16ae4a079e9e636 (diff) | |
| download | bootstrap-efacac0d6c812abffa8a84a48fa760f5f56c92f0.tar.xz bootstrap-efacac0d6c812abffa8a84a48fa760f5f56c92f0.zip | |
clean up all the js across all the doc pages
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 37 |
1 files changed, 4 insertions, 33 deletions
diff --git a/docs/index.html b/docs/index.html index 55a75b1bf..81d7df41e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,10 +97,10 @@ <li class="divider">·</li> <li class="follow-btn"> - <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> + <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a> </li> <li class="tweet-btn"> - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a> </li> </ul> @@ -233,35 +233,6 @@ <!-- Le javascript --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://code.jquery.com/jquery-1.6.2.min.js"></script> - - <script type="text/javascript"> - // When ready... - window.addEventListener("load",function() { - // Set a timeout... - setTimeout(function(){ - // Hide the address bar! - window.scrollTo(0, 1); - }, 0); - }); - - // 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> - + <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </body> -</html> +</html>
\ No newline at end of file |
