diff options
| author | Chris Rebert <[email protected]> | 2014-01-30 11:12:40 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-30 11:12:40 -0800 |
| commit | c1a5e1443f58244975b68f7ac1d1d61a82689160 (patch) | |
| tree | 5bacd78527eb21549b8ed47d67bfdc91bdc2cc42 /docs/_includes | |
| parent | 7c6e4a231c97a3e55ffbfacd5c131554219f23c6 (diff) | |
| parent | 8939268a33957c3a8599881f6312ccbe00b5c5dd (diff) | |
| download | bootstrap-c1a5e1443f58244975b68f7ac1d1d61a82689160.tar.xz bootstrap-c1a5e1443f58244975b68f7ac1d1d61a82689160.zip | |
Merge pull request #12436 from XhmikosR/jquery
Update jQuery to v1.11.0.
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" %} |
