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('');
|
$start.val('');
|
||||||
$end.val('');
|
$end.val('');
|
||||||
$breaks.find('tbody').empty();
|
$breaks.find('tbody').empty();
|
||||||
|
$('.working-plan-exceptions-add-break').prop('disabled', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
function validate() {
|
function validate() {
|
||||||
|
|
Loading…
Reference in a new issue