aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Price <[email protected]>2013-07-27 14:30:38 -0700
committerShawn Price <[email protected]>2013-07-27 14:30:38 -0700
commitd8b477f273bb7c5856248bcebdd615ebdbef8073 (patch)
tree06ef6e0360b31df0653057ec0651c6818874c3b1
parentdfa71726a983c4fc1455f874bc389a3035e2d6de (diff)
downloadbootstrap-d8b477f273bb7c5856248bcebdd615ebdbef8073.tar.xz
bootstrap-d8b477f273bb7c5856248bcebdd615ebdbef8073.zip
Use local copy of jquery instead of hotlinking
-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>