#1875: Fix link highlighting

This commit is contained in:
Toks
2013-07-27 14:16:10 -04:00
parent a20c848ae3
commit 79a7fe6ea9

View File

@@ -21,7 +21,10 @@
$("#edit").show();
$("#comments").hide();
$("#share").hide();
$("#post-sections li").removeClass("active");
$("#post-edit-link").parent("li").addClass("active");
$("#related-tags-container").show();
Danbooru.Post.open_edit_dialog();
}
e.preventDefault();