Correct initialize timepicker method use
This commit is contained in:
parent
0e0194c927
commit
153ed1174b
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ App.Components.WorkingPlanExceptionsModal = (function () {
|
||||||
// Make all cells in current row editable.
|
// Make all cells in current row editable.
|
||||||
let $tr = $(this).closest('tr');
|
let $tr = $(this).closest('tr');
|
||||||
$tr.children().trigger('edit');
|
$tr.children().trigger('edit');
|
||||||
initializeTimepicker(
|
App.Utils.UI.initializeTimepicker(
|
||||||
$tr.find('.working-plan-exceptions-break-start input, .working-plan-exceptions-break-end input')
|
$tr.find('.working-plan-exceptions-break-start input, .working-plan-exceptions-break-end input')
|
||||||
);
|
);
|
||||||
$(this).closest('tr').find('.working-plan-exceptions-break-start').focus();
|
$(this).closest('tr').find('.working-plan-exceptions-break-start').focus();
|
||||||
|
|
Loading…
Reference in a new issue