diff options
| author | Chris Rebert <[email protected]> | 2013-10-09 15:09:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-09 16:36:02 -0700 |
| commit | d72768a16abe811d987f2a38f980329260686114 (patch) | |
| tree | 290b73486260df9ec42922afbcf0722fd946226d /examples/theme | |
| parent | d820c6d22580119f6fb631c365c47f7be6e5db5b (diff) | |
| download | bootstrap-d72768a16abe811d987f2a38f980329260686114.tar.xz bootstrap-d72768a16abe811d987f2a38f980329260686114.zip | |
use CDN for html5shiv instead of vendoring it; fixes part of #10989
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index 0ca5a2fc4..a50b707e0 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -20,7 +20,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> |
