diff options
| author | XhmikosR <[email protected]> | 2016-03-19 15:18:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-19 15:18:33 +0200 |
| commit | ebc2d2badcc91752a0b6dcf1ea174c847444c20f (patch) | |
| tree | e161ba1e0e66f51262310418951ab8b9823202e6 /docs/examples/theme | |
| parent | 10606a73bcbfc6c723d60e2a1069c921afff0d2a (diff) | |
| download | bootstrap-ebc2d2badcc91752a0b6dcf1ea174c847444c20f.tar.xz bootstrap-ebc2d2badcc91752a0b6dcf1ea174c847444c20f.zip | |
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> |
