app/views/commontator/shared/_thread.html.erb in commontator-0.5.12 vs app/views/commontator/shared/_thread.html.erb in commontator-0.5.13
- old
+ new
@@ -4,10 +4,10 @@
%>
<% if thread.can_be_read_by?(user) %>
<%= stylesheet_link_tag "commontator/application", :media => "all" %>
- <div id="thread_<%= thread.id %>_div" class="thread">
+ <div id="thread_<%= thread.id %>_div" class="thread" style="display: none;">
<% if @commontator_thread_show %>
<%= render :partial => 'commontator/threads/show', :locals => {:thread => thread,
:user => user} %>
<% else %>
<%= link_to "Show #{thread.config.comment_name.pluralize} (#{thread.comments.count})", commontator.thread_path(thread), :remote => true %>