hide certain elements by default to prevent flickering; fixes #1357
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
<li>Favorites: <span id="favcount-for-post-<%= post.id %>"><%= post.fav_count %></span>
|
||||
<% if CurrentUser.is_gold? %>
|
||||
<%= link_to "»".html_safe, "#", :id => "show-favlist-link" %>
|
||||
<%= link_to "«".html_safe, "#", :id => "hide-favlist-link" %>
|
||||
<div id="favlist"><%= post_favlist(post) %></div>
|
||||
<%= link_to "«".html_safe, "#", :id => "hide-favlist-link", :style => "display: none" %>
|
||||
<div id="favlist" style="display:none"><%= post_favlist(post) %></div>
|
||||
<% end %></li>
|
||||
<li>
|
||||
Status:
|
||||
|
||||
Reference in New Issue
Block a user