]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
don't include local jquery
authorMark Otto <otto@github.com>
Tue, 15 Jul 2014 16:09:40 +0000 (09:09 -0700)
committerMark Otto <otto@github.com>
Tue, 15 Jul 2014 16:09:40 +0000 (09:09 -0700)
docs/examples/navbar-top-fixed/index.html
docs/examples/navbar-top/index.html

index 4d65e4ca275ce1e633ba433d1ec5d666328e6f14..474085ae9be9249bcb0ff3542d850f40eaa0b78e 100644 (file)
@@ -48,8 +48,7 @@
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
-    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->
-    <script src="../../assets/js/vendor/jquery.min.js"></script>
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
   </body>
 </html>
index 96d7b44cc8b41f7fda005cb43ed6d7f4c3cd1ee6..f3dcea6b404508c59dcd84449f761bb3759537b6 100644 (file)
@@ -46,8 +46,7 @@
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
-    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->
-    <script src="../../assets/js/vendor/jquery.min.js"></script>
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
     <script src="../../dist/js/bootstrap.min.js"></script>
   </body>
 </html>