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

5 lines
280 B
Text

/* hide, then remove the delete confirmation form */
$j("#delete_comment_placeholder_<%= "#{@comment.id}" %>").slideUp();
$j("#delete_comment_placeholder_<%= "#{@comment.id}" %>").html("");
/* unhide the navigation */
$j("#navigation_for_comment_<%= "#{@comment.id}" %>").show();