app/views/layouts/application.html.erb in iqvoc-3.3.1 vs app/views/layouts/application.html.erb in iqvoc-3.3.2
- old
+ new
@@ -4,16 +4,14 @@
<meta name="i18n-locale" content="<%= I18n.locale %>">
<meta charset="utf-8">
<%= csrf_meta_tag %>
<title><%= Iqvoc.title || t("txt.common.iqvoc_title") %></title>
- <%= stylesheet_link_tag "blueprint/screen", :media => "screen, projection" %>
- <%= stylesheet_link_tag "blueprint/print", :media => "print" %>
- <!--[if lt IE 8]>
+ <%= stylesheet_link_tag "manifest" %>
+ <!--[if lt IE 8]>
<%= stylesheet_link_tag "blueprint/ie", :media => "screen, projection" %>
<![endif]-->
- <%= stylesheet_link_tag "manifest" %>
<!--[if (gte IE 6)&(lte IE 8)]>
<%= stylesheet_link_tag "iqvoc/ie_fixes" %>
<![endif]-->
<%= yield :head %>
@@ -51,16 +49,9 @@
<% end %>
<a href="http://www.w3.org/2001/sw/" id="w3c_link"></a>
</div>
</div>
</div>
-
- <script>
- // load JSON polyfill only if necessary
- if(typeof JSON === "undefined") {
- document.write("<script src=\"<%= javascript_path "json2.js" %>\"><\/script>");
- }
- </script>
<%= javascript_include_tag "manifest" %>
<%= yield :scripts %>
</body>
</html>