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/examples/theme | |
| 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/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
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> |
