diff options
| author | Chris Rebert <[email protected]> | 2016-02-23 13:19:14 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-23 13:19:14 -0800 |
| commit | 974cf1fbd2cc284525399fa3d6f43a9e41c03e87 (patch) | |
| tree | f39eda8d74930c33bdb5cb3215783b5176f9a98b /docs/examples/offcanvas | |
| parent | 562d2239c0b8ef56dae04bd44eac0c419def6467 (diff) | |
| parent | 741b4eca206f21da5c8f8bd3f0720d27be964234 (diff) | |
| download | bootstrap-974cf1fbd2cc284525399fa3d6f43a9e41c03e87.tar.xz bootstrap-974cf1fbd2cc284525399fa3d6f43a9e41c03e87.zip | |
Merge pull request #18904 from alberto/jquery-1.12.0
Update jQuery to 1.12.1
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 0cd0e2722..6417d93f9 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -127,7 +127,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/1.12.1/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 --> |
