posts/show: fix flickering recommended tab.

This commit is contained in:
evazion
2018-08-14 15:49:33 -05:00
parent 73fc7cab7f
commit 7174c24ac8
2 changed files with 2 additions and 7 deletions

View File

@@ -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() {