diff options
| author | Chris Rebert <[email protected]> | 2013-10-13 23:18:30 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-13 23:18:30 -0700 |
| commit | c5da0597bcd0d2bd1daddd3a0f784b8a5e8e1a44 (patch) | |
| tree | 56e0f8dd3f84b350f9fcf45c9ba675fd23bc3146 /examples/offcanvas/index.html | |
| parent | 810a852f4a2725da9a8990774714e8fce4c93cb1 (diff) | |
| download | bootstrap-c5da0597bcd0d2bd1daddd3a0f784b8a5e8e1a44.tar.xz bootstrap-c5da0597bcd0d2bd1daddd3a0f784b8a5e8e1a44.zip | |
use CDN for respond.js
Diffstat (limited to 'examples/offcanvas/index.html')
| -rw-r--r-- | examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index 62ac8ef2b..b077bf168 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -19,7 +19,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> - <script src="../../docs-assets/js/respond.min.js"></script> + <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> |
