1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Add a local jQuery fallback.

Shouldn't really happen, but China for example has blocked Google so this should help.
This commit is contained in:
XhmikosR
2015-07-26 00:25:00 +03:00
parent b8bc20432f
commit abdf41f5f3
16 changed files with 20 additions and 4 deletions

View File

@@ -169,6 +169,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>