2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Update jQuery to v1.11.0.

Also, use Google's CDN per #11369.
This commit is contained in:
XhmikosR
2014-01-30 19:55:11 +02:00
parent 1409cde7e8
commit 8939268a33
15 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -377,7 +377,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../assets/js/docs.min.js"></script>
</body>