diff options
| author | Chris Rebert <[email protected]> | 2016-03-23 20:14:25 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-23 20:14:25 -0700 |
| commit | 1a906a8a1919215b0aa677983a87c98ddde80c1f (patch) | |
| tree | 2022c4d05dcbd8b9ba9d0e9cbef48b06f167dead /docs/examples/theme | |
| parent | 0394b7c60e5d295fe661301ad7772fffb6a6c2bd (diff) | |
| parent | ebc2d2badcc91752a0b6dcf1ea174c847444c20f (diff) | |
| download | bootstrap-1a906a8a1919215b0aa677983a87c98ddde80c1f.tar.xz bootstrap-1a906a8a1919215b0aa677983a87c98ddde80c1f.zip | |
Merge pull request #19570 from twbs/master-jquery-122
Update jQuery to v1.12.2.
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 952d41d76..6502d0edc 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -634,7 +634,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.12.1/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../assets/js/docs.min.js"></script> |
