]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use local copy of jquery instead of hotlinking
authorShawn Price <shawnp@gmail.com>
Sat, 27 Jul 2013 21:30:38 +0000 (14:30 -0700)
committerShawn Price <shawnp@gmail.com>
Sat, 27 Jul 2013 21:30:38 +0000 (14:30 -0700)
offcanvas/index.html

index 982b8f7b64d3eccc2a13bab0013eea700fd33bac..1adc480fd225cdcf07b6d65dee7e47dbb42f233c 100644 (file)
 
 
     <!-- jQuery and plugin -->
-    <script src="http://code.jquery.com/jquery.js"></script>
+    <script src="../assets/js/jquery.js"></script>
     <script src="offcanvas.js"></script>
   </body>
-</html>
\ No newline at end of file
+</html>