1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02:00

force reflow instead of relying on eventloop (firefox)

listen to window for escape press
This commit is contained in:
Jacob Thornton
2011-09-18 21:03:52 -07:00
parent ba6f4f03da
commit ac8001190a
3 changed files with 158 additions and 151 deletions

View File

@@ -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>