mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
Reset add-break button disabled state
This commit is contained in:
parent
24f6f99cf2
commit
848e41c5fc
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ $(function () {
|
|||
$start.val('');
|
||||
$end.val('');
|
||||
$breaks.find('tbody').empty();
|
||||
$('.working-plan-exceptions-add-break').prop('disabled', false);
|
||||
}
|
||||
|
||||
function validate() {
|
||||
|
|
Loading…
Reference in a new issue