0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-03 01:52:19 +01:00

Merge pull request #18 from p8952/local-jquery

use the local copy of jquery
This commit is contained in:
Mark Otto 2013-07-30 17:42:46 -07:00
commit 1edaabb250

View File

@ -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>