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:
parent
b8bc20432f
commit
abdf41f5f3
16 changed files with 20 additions and 4 deletions
|
|
@ -633,6 +633,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>
|
||||
<script src="../../assets/js/docs.min.js"></script>
|
||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue