fix old comment edit page (#1424)

This commit is contained in:
Toks
2013-06-14 12:30:19 -04:00
parent 029c050243
commit 4fd3901017

View File

@@ -6,8 +6,11 @@
this.initialize_response_link(); this.initialize_response_link();
this.initialize_reply_links(); this.initialize_reply_links();
this.initialize_expand_links(); this.initialize_expand_links();
if (!$("#a-edit").length) {
this.initialize_edit_links(); this.initialize_edit_links();
} }
}
if ($("#c-posts").length && $("#a-show").length) { if ($("#c-posts").length && $("#a-show").length) {
Danbooru.Comment.highlight_threshold_comments(Danbooru.meta("post-id")); Danbooru.Comment.highlight_threshold_comments(Danbooru.meta("post-id"));