remove the old IE html5 hack.
This commit is contained in:
parent
b6e0d8dee0
commit
94accd8a4c
@ -2,10 +2,6 @@
|
|||||||
<base href="{{$baseurl}}/" />
|
<base href="{{$baseurl}}/" />
|
||||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable={{$user_scalable}}" />
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable={{$user_scalable}}" />
|
||||||
{{$metas}}
|
{{$metas}}
|
||||||
<!--[if IE]>
|
|
||||||
<script src="{{$baseurl}}/library/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
{{$head_css}}
|
{{$head_css}}
|
||||||
{{$js_strings}}
|
{{$js_strings}}
|
||||||
{{$head_js}}
|
{{$head_js}}
|
||||||
|
Reference in New Issue
Block a user