code cleanup;
reply to comment button and handler removed; reply-to-comment is now handled by the comment handler as well; this also solves story 1173673; svn path=/plone.app.discussion/trunk/; revision=29434
This commit is contained in:
@@ -76,11 +76,7 @@ jq(document).ready(function() {
|
||||
var cancel_reply_button = reply_div.find(".cancelreplytocomment");
|
||||
cancel_reply_button.attr("id", comment_id);
|
||||
|
||||
/* Hide the comment button */
|
||||
reply_form.find("input[name='form.buttons.comment']").css("display", "none");
|
||||
|
||||
/* Show the reply and cancel buttons. */
|
||||
reply_form.find("input[name='form.buttons.reply']").css("display", "inline");
|
||||
/* Show the cancel buttons. */
|
||||
reply_form.find("input[name='form.buttons.cancel']").css("display", "inline");
|
||||
|
||||
/* Show the reply layer with a slide down effect */
|
||||
|
||||
Reference in New Issue
Block a user