|
Lines 651-659
$(document).ready(function () {
Link Here
|
| 651 |
$("#suspend-modal-until").flatpickr().clear(); // clean the input |
651 |
$("#suspend-modal-until").flatpickr().clear(); // clean the input |
| 652 |
} |
652 |
} |
| 653 |
$("#suspend-modal").modal("hide"); |
653 |
$("#suspend-modal").modal("hide"); |
| 654 |
if ($(".select_hold_all").prop("checked")) { |
654 |
$(".select_hold_all").click(); |
| 655 |
$(".select_hold_all").click(); |
|
|
| 656 |
} |
| 657 |
}); |
655 |
}); |
| 658 |
} catch (error) { |
656 |
} catch (error) { |
| 659 |
if (error.status === 404) { |
657 |
if (error.status === 404) { |
| 660 |
- |
|
|