app/views/shared/_fancybox.html.erb in fancybox-0.0.19 vs app/views/shared/_fancybox.html.erb in fancybox-0.0.20
- old
+ new
@@ -1,6 +1,6 @@
<% content_for :javascripts do %>
- <%= javascript_include_tag "fancybox" %>
+ <%= javascript_include_tag "fancybox", :type => "text/javascript" %>
<% end %>
<% content_for :stylesheets do %>
<%= stylesheet_link_tag "fancybox" %>
<% end %>