aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-09 15:09:50 -0700
committerChris Rebert <[email protected]>2013-10-09 16:36:02 -0700
commitd72768a16abe811d987f2a38f980329260686114 (patch)
tree290b73486260df9ec42922afbcf0722fd946226d /_includes
parentd820c6d22580119f6fb631c365c47f7be6e5db5b (diff)
downloadbootstrap-d72768a16abe811d987f2a38f980329260686114.tar.xz
bootstrap-d72768a16abe811d987f2a38f980329260686114.zip
use CDN for html5shiv instead of vendoring it; fixes part of #10989
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index d3cb270cb..d9094a0ac 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -21,7 +21,7 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
- <script src="{{ page.base_url }}docs-assets/js/html5shiv.js"></script>
+ <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="{{ page.base_url }}docs-assets/js/respond.min.js"></script>
<![endif]-->