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,7 +6,10 @@
this.initialize_response_link();
this.initialize_reply_links();
this.initialize_expand_links();
this.initialize_edit_links();
if (!$("#a-edit").length) {
this.initialize_edit_links();
}
}
if ($("#c-posts").length && $("#a-show").length) {