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 | f9ee99cf6febd0b59ee95aa1866a3c1eb5c61320 (patch) | |
| tree | 5d4d03acb196de0fe348fed88e99ea295c8b7da0 /docs/templates | |
| parent | 4b34f4947aedc0e8539eee779e3921f44e0bca8b (diff) | |
| download | bootstrap-f9ee99cf6febd0b59ee95aa1866a3c1eb5c61320.tar.xz bootstrap-f9ee99cf6febd0b59ee95aa1866a3c1eb5c61320.zip | |
Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index b3f36e99d..01cf319c2 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -15,7 +15,7 @@ <!-- Le 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]--> <!-- Le fav and touch icons --> |
