diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 34d61ef9c..400a93dd2 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -27,6 +27,7 @@ <body data-spy="scroll" data-target=".subnav" data-offset="50"> + <!-- Navbar ================================================== --> <div class="navbar navbar-fixed"> @@ -1356,6 +1357,7 @@ $('.myCarousel').carousel({ </div> </div> </section> + <!-- Footer ================================================== --> <footer class="footer"> @@ -1368,9 +1370,11 @@ $('.myCarousel').carousel({ </div><!-- /container --> - <!-- Le javascript --> + + <!-- Le javascript + ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <!-- <script src="http://code.jquery.com/jquery-1.7.min.js"></script> --> + <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> <script src="../js/tests/vendor/jquery.js"></script> <script src="assets/js/google-code-prettify/prettify.js"></script> <script src="../js/bootstrap-transition.js"></script> |
