diff options
| author | Jacob Thornton <[email protected]> | 2011-09-18 21:03:52 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-18 21:03:52 -0700 |
| commit | ac8001190a4dda635a5df72f88e638759511bfd8 (patch) | |
| tree | 64be780ead82cf48594a263651395cb8db6157c6 /docs | |
| parent | ba6f4f03dacbf6971100fde58046d80340543c2e (diff) | |
| download | bootstrap-ac8001190a4dda635a5df72f88e638759511bfd8.tar.xz bootstrap-ac8001190a4dda635a5df72f88e638759511bfd8.zip | |
force reflow instead of relying on eventloop (firefox)
listen to window for escape press
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 61b0c8dc0..9f153c0bf 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le javascript --> - <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script> <script src="assets/js/google-code-prettify/prettify.js"></script> <script>$(function () { prettyPrint() })</script> <script src="../js/bootstrap-modal.js"></script> |
