aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-01-30 19:55:11 +0200
committerXhmikosR <[email protected]>2014-01-30 20:50:17 +0200
commit8939268a33957c3a8599881f6312ccbe00b5c5dd (patch)
tree7f531db56656eb194056afee7ebd212ba1c659b3 /docs/examples/theme
parent1409cde7e800ca83fd761f87e5ad8f0d259e38d1 (diff)
downloadbootstrap-8939268a33957c3a8599881f6312ccbe00b5c5dd.tar.xz
bootstrap-8939268a33957c3a8599881f6312ccbe00b5c5dd.zip
Update jQuery to v1.11.0.
Also, use Google's CDN per #11369.
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index f53cbe817..6e5dadf0d 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -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>