2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 09:57:31 +00:00

Remove IE7/8 compatibility script

Obsolete browsers are obsolete.
This commit is contained in:
nanaya 2020-11-30 00:26:20 +09:00
parent c033f72350
commit 5f397e37dd
2 changed files with 0 additions and 2613 deletions

View File

@ -43,19 +43,8 @@
<%= javascript_include_tag 'application' %>
<%= javascript_pack_tag :application %>
<!--[if lt IE 8]>
<script src="/IE8.js" type="text/javascript"></script>
<![endif]-->
<%= tag :link, :rel => 'search', :type => Mime[:opensearch], :href => opensearch_path(:xml), :title => CONFIG['app_name'] %>
<%= CONFIG["custom_html_headers"] %>
<!--[if lt IE 7]>
<style type="text/css">
body div#post-view > div#right-col > div > div#note-container > div.note-body {
overflow: visible;
}
</style>
<script src="<%= request.protocol %>ie7-js.googlecode.com/svn/trunk/lib/IE7.js" type="text/javascript"></script>
<![endif]-->
<%= csrf_meta_tag %>
</head>
<body>

File diff suppressed because it is too large Load Diff