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

5 lines
280 B
Text
Executable file

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