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 /fluid.html | |
| 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
Diffstat (limited to 'fluid.html')
| -rw-r--r-- | fluid.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |
