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/carousel | |
| parent | 810a852f4a2725da9a8990774714e8fce4c93cb1 (diff) | |
| download | bootstrap-c5da0597bcd0d2bd1daddd3a0f784b8a5e8e1a44.tar.xz bootstrap-c5da0597bcd0d2bd1daddd3a0f784b8a5e8e1a44.zip | |
use CDN for respond.js
Diffstat (limited to 'examples/carousel')
| -rw-r--r-- | examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 714231712..84c7aa5e6 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -16,7 +16,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]--> <!-- Custom styles for this template --> |
