app/views/layouts/application.html.erb in iqvoc-4.0.8 vs app/views/layouts/application.html.erb in iqvoc-4.0.9
- old
+ new
@@ -33,15 +33,9 @@
<%= yield :sidebar %>
</div>
<% end %>
</div>
</div>
-<script>
- // load JSON polyfill only if necessary
- if(typeof JSON === "undefined") {
- document.write('<%= javascript_include_tag("json2").sub("</", "<\\/").html_safe %>');
- }
-</script>
<%= javascript_include_tag "manifest" %>
<%= yield :scripts %>
</body>
</html>