Lines 628-636
$(document).ready(function () {
Link Here
|
628 |
$("#suspend-modal-until").flatpickr().clear(); // clean the input |
628 |
$("#suspend-modal-until").flatpickr().clear(); // clean the input |
629 |
} |
629 |
} |
630 |
$("#suspend-modal").modal("hide"); |
630 |
$("#suspend-modal").modal("hide"); |
631 |
if ($(".select_hold_all").prop("checked")) { |
631 |
$(".select_hold_all").click(); |
632 |
$(".select_hold_all").click(); |
|
|
633 |
} |
634 |
}); |
632 |
}); |
635 |
} catch (error) { |
633 |
} catch (error) { |
636 |
if (error.status === 404) { |
634 |
if (error.status === 404) { |
637 |
- |
|
|