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