Sha256: ec426b94492d2627991befebc986e5a1bbbe5670e8a092607f0b7dd4371682c1

Contents?: true

Size: 439 Bytes

Versions: 10

Compression:

Stored size: 439 Bytes

Contents

<%= yield :before_javascript_libraries -%>
<%= yield :javascript_libraries %>
<%= yield :after_javascript_libraries %>
<% if request.env['HTTP_USER_AGENT'] =~ /MSIE/ %>
  <!--[if lt IE 7 ]>
    <%= javascript_include_tag 'dd_belatedpng' %>
    <script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>
  <![endif]-->
<% end %>
<%= javascript_include_tag 'application' %>
<%= yield :javascripts -%>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
refinerycms-core-2.0.10 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.9 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.8 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.7 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.6 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.5 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.4 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.3 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.2 app/views/refinery/_javascripts.html.erb
refinerycms-core-2.0.1 app/views/refinery/_javascripts.html.erb