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

6 lines
280 B
Text
Raw Permalink Normal View History

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