mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Remove html5shim
The url is returning 404 and IE9 is well past being supported.
This commit is contained in:
parent
b7d324275c
commit
f07f09168e
3
404.html
3
404.html
@ -11,9 +11,6 @@
|
||||
<link rel="stylesheet" href="https://msmhq.com/assets/css/style.css">
|
||||
<link rel="stylesheet" href="https://msmhq.com/assets/css/bootstrap-responsive.min.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-32675598-2']);
|
||||
|
@ -11,9 +11,6 @@
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap-responsive.min.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-32675598-2']);
|
||||
|
Loading…
Reference in New Issue
Block a user