2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

use CDN for jQuery instead of vendoring it; fixes part of #10989

This commit is contained in:
Chris Rebert
2013-10-09 15:21:03 -07:00
parent d72768a16a
commit 5e652332d1
12 changed files with 11 additions and 17 deletions
+1 -1
View File
@@ -347,7 +347,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../../docs-assets/js/jquery.js"></script>
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../docs-assets/js/holder.js"></script>
</body>