mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 271: The html5shiv script is loaded only if the browser is older than IE 9
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9503 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a14fea99b0
commit
51a84b0148
1 changed files with 3 additions and 1 deletions
|
|
@ -48,8 +48,10 @@
|
|||
<![endif]-->
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="../js/html5.js" cond="$db_info->use_html5=='Y'"></script>
|
||||
<!--[if lt IE 9]><script type="text/javascript" src="../js/respond.min.js"></script><![endif]-->
|
||||
<script type="text/javascript" src="../js/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<!--@if($rss_url)-->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{$rss_url}" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom" href="{$atom_url}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue