aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme/index.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-07-26 00:25:00 +0300
committerXhmikosR <[email protected]>2015-07-26 10:07:33 +0300
commitabdf41f5f3ad682e57a60f662e7a6ed56b4e3e54 (patch)
treee82a362dc5f2caa1823fa89781a05b1ed97c5079 /docs/examples/theme/index.html
parentb8bc20432f93385989291f2a67112e29b97de682 (diff)
downloadbootstrap-abdf41f5f3ad682e57a60f662e7a6ed56b4e3e54.tar.xz
bootstrap-abdf41f5f3ad682e57a60f662e7a6ed56b4e3e54.zip
Add a local jQuery fallback.
Shouldn't really happen, but China for example has blocked Google so this should help.
Diffstat (limited to 'docs/examples/theme/index.html')
-rw-r--r--docs/examples/theme/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 9a7955466..0d9bcdadd 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -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 -->