diff --git a/assets/js/components/working_plan_exceptions_modal.js b/assets/js/components/working_plan_exceptions_modal.js index 5c1b4190..afebc996 100644 --- a/assets/js/components/working_plan_exceptions_modal.js +++ b/assets/js/components/working_plan_exceptions_modal.js @@ -317,7 +317,7 @@ App.Components.WorkingPlanExceptionsModal = (function () { // Make all cells in current row editable. let $tr = $(this).closest('tr'); $tr.children().trigger('edit'); - initializeTimepicker( + App.Utils.UI.initializeTimepicker( $tr.find('.working-plan-exceptions-break-start input, .working-plan-exceptions-break-end input') ); $(this).closest('tr').find('.working-plan-exceptions-break-start').focus();