posts/show: fix flickering recommended tab.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user