diff --git a/app/javascript/src/javascripts/posts.js.erb b/app/javascript/src/javascripts/posts.js.erb index 388e3e21e..c9f7da575 100644 --- a/app/javascript/src/javascripts/posts.js.erb +++ b/app/javascript/src/javascripts/posts.js.erb @@ -466,11 +466,6 @@ Post.initialize_post_sections = function() { $(e.target).parent("li").addClass("active"); e.preventDefault(); }); - - $("#notes").hide(); - $("#edit").hide(); - $("#recommended").hide(); - $("#post-sections li:first-child").addClass("active"); } Post.resize_ugoira_controls = function() { diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index d7576b106..13c2a78d6 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -89,7 +89,7 @@ <% end %> -
  • Comments
  • +
  • Comments
  • <% if RecommenderService.available_for_post?(@post) %>
  • Recommended
  • @@ -103,7 +103,7 @@
    <% if RecommenderService.available_for_post?(@post) %> -