]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing jQuery local fallback.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 6 Sep 2015 17:34:35 +0000 (20:34 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 6 Sep 2015 17:34:35 +0000 (20:34 +0300)
[ci skip]

docs/examples/album/index.html
docs/examples/navbar-top-fixed/index.html
docs/examples/navbar-top/index.html

index 04d82d3e1ccf79b915c12fc100cab51bacc4c14f..900d8146d6f2c647e9b3662ed5d228957ccd5a4f 100644 (file)
     ================================================== -->
     <!-- 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 () {
index cdc8dd3aa6e96cfdb530a85c7d5ee07aafd2641d..edf0e2d37473918a80102c870e3b9839ebd032ca 100644 (file)
@@ -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>
index ec23f6e3c78fc2e8cbffeca8d646f55b04c39547..b7e7367d24511b4320de92062cb86e765fbad37c 100644 (file)
@@ -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>