otwarchive-sunsetarchive/app/views/comments/cancel_comment_reply.js.erb
2026-03-17 01:16:49 -04:00

5 lines
288 B
Text
Executable file

/* 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("");