aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wilmott <[email protected]>2013-07-29 21:23:19 +0100
committerPeter Wilmott <[email protected]>2013-07-29 21:23:19 +0100
commitc2b7e2ca278ba7ae2940690fc1a8e9c049ce9a95 (patch)
tree672dd63592ae095cff994dff6d256d1f07ff6b0d
parent2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff)
downloadbootstrap-c2b7e2ca278ba7ae2940690fc1a8e9c049ce9a95.tar.xz
bootstrap-c2b7e2ca278ba7ae2940690fc1a8e9c049ce9a95.zip
use the local copy of jquery
-rw-r--r--offcanvas/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/offcanvas/index.html b/offcanvas/index.html
index 982b8f7b6..1adc480fd 100644
--- a/offcanvas/index.html
+++ b/offcanvas/index.html
@@ -108,7 +108,7 @@
<!-- 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>