Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-09-06 20:34:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-09-06 20:34:35 +0300
commit85ab83136ea4276f762cdbbb1fb598fd09201820 (patch)
treef64f0a5a4b33d51cbec1d5e5b1568d85b4878e3c /docs
parent55258e992346b502553d70cfd062e86b6ff15741 (diff)
Add missing jQuery local fallback.
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/album/index.html1
-rw-r--r--docs/examples/navbar-top-fixed/index.html1
-rw-r--r--docs/examples/navbar-top/index.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html
index 04d82d3e1c..900d8146d6 100644
--- a/docs/examples/album/index.html
+++ b/docs/examples/album/index.html
@@ -116,6 +116,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="../../assets/js/vendor/holder.min.js"></script>
<script>
$(function () {
diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html
index cdc8dd3aa6..edf0e2d374 100644
--- a/docs/examples/navbar-top-fixed/index.html
+++ b/docs/examples/navbar-top-fixed/index.html
@@ -46,6 +46,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>
diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html
index ec23f6e3c7..b7e7367d24 100644
--- a/docs/examples/navbar-top/index.html
+++ b/docs/examples/navbar-top/index.html
@@ -44,6 +44,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>