2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

use CDN for html5shiv instead of vendoring it; fixes part of #10989

This commit is contained in:
Chris Rebert
2013-10-09 15:09:50 -07:00
parent d820c6d225
commit d72768a16a
18 changed files with 17 additions and 25 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ bootstrap/
<!-- 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>