otwarchive-symphonyarchive/app/views/comments/cancel_comment_reply.js.erb

6 lines
288 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
/* 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("");