app/views/conversations/index.js.erb in social_stream-base-0.7.0 vs app/views/conversations/index.js.erb in social_stream-base-0.7.1
- old
+ new
@@ -1,9 +1,6 @@
$("#content").html("<%=escape_javascript(render :partial => 'index') %>");
<%= location(link_to(image_tag("btn/message_" + @box + ".png", :class => "menu_icon")+t('message.' + @box), conversations_path(:box => @box),:remote => true)) %>
$('.pagination a').attr('data-remote', 'true');
-
-$("head").append($("<%= escape_javascript(stylesheet_link_tag "messages.css", :media => "screen, projection") %>"));
-
<%= toolbar :option => :messages %>