diff options
| author | XhmikosR <[email protected]> | 2015-09-06 13:03:34 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-24 19:09:33 +0300 |
| commit | a50849f61b4bb8eedfafae40983f19373f8ccd18 (patch) | |
| tree | 765eb61df02dd398dcc9e18a95278209ab47352f /docs/examples/tooltip-viewport | |
| parent | f24636279d74d7a7b8222a2e4e6c9665af9126a2 (diff) | |
| download | bootstrap-a50849f61b4bb8eedfafae40983f19373f8ccd18.tar.xz bootstrap-a50849f61b4bb8eedfafae40983f19373f8ccd18.zip | |
Switch to jQuery 2.1.4.
Now that we don't support IE 8 it's safe to do that.
Diffstat (limited to 'docs/examples/tooltip-viewport')
| -rw-r--r-- | docs/examples/tooltip-viewport/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 85df3bdba..50fa795cf 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -39,7 +39,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.11.3/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.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/vendor/tether.min.js"></script> |
