diff options
| author | XhmikosR <[email protected]> | 2016-05-26 15:40:13 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-05-26 15:40:13 +0300 |
| commit | cd071e0aff02f76bbdb4b563b56d30c1db4fff96 (patch) | |
| tree | 90a664eeb10968e6690b69fb1af9316063615623 /docs/examples/theme | |
| parent | cbcf8babc819c847d6b2e91b34d2f7d974005944 (diff) | |
| parent | 0c2734fce00874680aed549a555735fa1b618a6c (diff) | |
| download | bootstrap-cd071e0aff02f76bbdb4b563b56d30c1db4fff96.tar.xz bootstrap-cd071e0aff02f76bbdb4b563b56d30c1db4fff96.zip | |
Merge pull request #19893 from twbs/master-jquery-1123
Update jQuery to v1.12.4.
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 6502d0edc..afa92a5d0 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.2/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/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> |
