fix old comment edit page (#1424)
This commit is contained in:
@@ -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"));
|
||||||
|
|||||||
Reference in New Issue
Block a user