diff options
| author | XhmikosR <[email protected]> | 2014-01-30 19:55:11 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-01-30 20:50:17 +0200 |
| commit | 8939268a33957c3a8599881f6312ccbe00b5c5dd (patch) | |
| tree | 7f531db56656eb194056afee7ebd212ba1c659b3 /docs/_includes | |
| parent | 1409cde7e800ca83fd761f87e5ad8f0d259e38d1 (diff) | |
| download | bootstrap-8939268a33957c3a8599881f6312ccbe00b5c5dd.tar.xz bootstrap-8939268a33957c3a8599881f6312ccbe00b5c5dd.zip | |
Update jQuery to v1.11.0.
Also, use Google's CDN per #11369.
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 78e3b9f1d..c5edb3e65 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -32,7 +32,7 @@ <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.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> {% if page.slug == "customize" %} |
