diff options
| author | Chris Rebert <[email protected]> | 2015-12-24 18:13:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-24 18:13:53 -0700 |
| commit | 95d030c226059670f48d4a8acc78ae666e8f265a (patch) | |
| tree | 889ce9238e89e5e4066fcae6a382ed6b6dc91e37 /docs/examples/offcanvas | |
| parent | d3a9fdcc0b850b56a4d0a1f662deed182dc4b783 (diff) | |
| download | bootstrap-95d030c226059670f48d4a8acc78ae666e8f265a.tar.xz bootstrap-95d030c226059670f48d4a8acc78ae666e8f265a.zip | |
Add Tether to example pages that were missing it
[skip sauce]
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index cf12623b3..fcba68886 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -106,6 +106,7 @@ <!-- Placed at the end of the document so the pages load faster --> <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="https://cdnjs.cloudflare.com/ajax/libs/tether/1.1.1/js/tether.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> |
