diff options
| author | Shawn Price <[email protected]> | 2013-07-27 14:30:38 -0700 |
|---|---|---|
| committer | Shawn Price <[email protected]> | 2013-07-27 14:30:38 -0700 |
| commit | d8b477f273bb7c5856248bcebdd615ebdbef8073 (patch) | |
| tree | 06ef6e0360b31df0653057ec0651c6818874c3b1 /offcanvas/index.html | |
| parent | dfa71726a983c4fc1455f874bc389a3035e2d6de (diff) | |
| download | bootstrap-d8b477f273bb7c5856248bcebdd615ebdbef8073.tar.xz bootstrap-d8b477f273bb7c5856248bcebdd615ebdbef8073.zip | |
Use local copy of jquery instead of hotlinking
Diffstat (limited to 'offcanvas/index.html')
| -rw-r--r-- | offcanvas/index.html | 4 |
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> |
