mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Reset add-break button disabled state
This commit is contained in:
parent
286488ac10
commit
803f4e4e7e
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