mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-24 03:03:42 +00:00
Use local copy of jquery instead of hotlinking
This commit is contained in:
parent
dfa71726a9
commit
d8b477f273
1 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- jQuery and plugin -->
|
<!-- jQuery and plugin -->
|
||||||
<script src="http://code.jquery.com/jquery.js"></script>
|
<script src="../assets/js/jquery.js"></script>
|
||||||
<script src="offcanvas.js"></script>
|
<script src="offcanvas.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue