Files
danbooru/app/views/bulk_update_requests/destroy.js.erb

6 lines
136 B
Plaintext

if ($("#a-index").length) {
$("#request-status-for-<%= @bulk_update_request.id %>").html("rejected");
} else {
location.reload();
}