diff options
| author | Mark Otto <[email protected]> | 2013-07-30 17:42:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 17:42:46 -0700 |
| commit | 1edaabb250e7945b3bbccca1dafb6673b873db42 (patch) | |
| tree | 9bf3ad24ea07cd248b40fa42c2d9dac9e9e44121 | |
| parent | aa90811fb01a64f51b976ec1f6e98e21074cc2ee (diff) | |
| parent | c2b7e2ca278ba7ae2940690fc1a8e9c049ce9a95 (diff) | |
| download | bootstrap-1edaabb250e7945b3bbccca1dafb6673b873db42.tar.xz bootstrap-1edaabb250e7945b3bbccca1dafb6673b873db42.zip | |
Merge pull request #18 from p8952/local-jquery
use the local copy of jquery
| -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> |
