diff options
| author | XhmikosR <[email protected]> | 2015-10-26 23:26:02 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-26 23:26:02 +0200 |
| commit | b0aa10219c31eb79d064fd7f62beba38b8b5ff6a (patch) | |
| tree | 5d07f38e89e8a421102f0cbbf1452aa41e8ebd91 /docs/examples/offcanvas | |
| parent | 2332a3f536be75c4407557435c91cae359816625 (diff) | |
| parent | 9eded912a05082a89ef30b899bbe659cb9ce254c (diff) | |
| download | bootstrap-b0aa10219c31eb79d064fd7f62beba38b8b5ff6a.tar.xz bootstrap-b0aa10219c31eb79d064fd7f62beba38b8b5ff6a.zip | |
Merge pull request #17494 from twbs/v4-dev-xmr-jquery-2.x
Switch to jQuery 2.x.x.
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index d2065e8be..b1e133e21 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -104,7 +104,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> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
