aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
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 /examples/theme
parentd820c6d22580119f6fb631c365c47f7be6e5db5b (diff)
downloadbootstrap-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.html2
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>