diff options
| author | Mark Otto <[email protected]> | 2013-01-14 00:11:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-14 00:11:55 -0800 |
| commit | 0f9073c5cd88d362d5e9eb6541ec8ad25add6205 (patch) | |
| tree | dc3403963aecc235e15bda14a21123fe26d34b38 | |
| parent | d034ec74c41df536bc3bdfab8200dbf30031120f (diff) | |
| download | bootstrap-0f9073c5cd88d362d5e9eb6541ec8ad25add6205.tar.xz bootstrap-0f9073c5cd88d362d5e9eb6541ec8ad25add6205.zip | |
Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing
| -rw-r--r-- | carousel.html | 2 | ||||
| -rw-r--r-- | fluid.html | 2 | ||||
| -rw-r--r-- | hero.html | 2 | ||||
| -rw-r--r-- | justified-nav.html | 2 | ||||
| -rw-r--r-- | marketing-narrow.html | 2 | ||||
| -rw-r--r-- | signin.html | 2 | ||||
| -rw-r--r-- | starter-template.html | 2 | ||||
| -rw-r--r-- | sticky-footer-navbar.html | 2 | ||||
| -rw-r--r-- | sticky-footer.html | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/carousel.html b/carousel.html index 328fe5a1e..50f34e648 100644 --- a/carousel.html +++ b/carousel.html @@ -255,7 +255,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> diff --git a/fluid.html b/fluid.html index 242050ab8..b004ffad6 100644 --- a/fluid.html +++ b/fluid.html @@ -31,7 +31,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> @@ -19,7 +19,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> diff --git a/justified-nav.html b/justified-nav.html index 9071a8d81..ef8f8d428 100644 --- a/justified-nav.html +++ b/justified-nav.html @@ -84,7 +84,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> diff --git a/marketing-narrow.html b/marketing-narrow.html index 996f8a1da..f6f5d1685 100644 --- a/marketing-narrow.html +++ b/marketing-narrow.html @@ -50,7 +50,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> diff --git a/signin.html b/signin.html index 17578483a..031052789 100644 --- a/signin.html +++ b/signin.html @@ -46,7 +46,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> diff --git a/starter-template.html b/starter-template.html index 93ba809e3..b81f21d17 100644 --- a/starter-template.html +++ b/starter-template.html @@ -18,7 +18,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> diff --git a/sticky-footer-navbar.html b/sticky-footer-navbar.html index ad4f87a04..cb5de6de2 100644 --- a/sticky-footer-navbar.html +++ b/sticky-footer-navbar.html @@ -70,7 +70,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> diff --git a/sticky-footer.html b/sticky-footer.html index 80490ffd0..d307d7938 100644 --- a/sticky-footer.html +++ b/sticky-footer.html @@ -67,7 +67,7 @@ <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> |
