otwarchive-symphonyarchive/app/views/comments/cancel_comment_reply.js.erb
2026-03-11 22:22:11 +00:00

5 lines
288 B
Text

/* unhide the original navigation */
$j("#navigation_for_comment_<%= "#{@commentable.id}" %>").show();
/* get rid of the comment form */
$j("#add_comment_reply_placeholder_<%= "#{@commentable.id}" %>").slideUp();
$j("#add_comment_reply_placeholder_<%= "#{@commentable.id}" %>").html("");