Remove old jQuery UI timepicker call

This commit is contained in:
Alex Tselegidis 2023-02-20 07:42:13 +01:00
parent 11188872fa
commit c891985c1b
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ App.Pages.Providers = (function () {
$providers.find('.add-break, .add-working-plan-exception, #reset-working-plan').prop('disabled', true);
workingPlanManager.timepickers(true);
$providers.find('#providers .working-plan input:text').timepicker('destroy');
$providers.find('#providers .working-plan input:checkbox').prop('disabled', true);
$('.breaks').find('.edit-break, .delete-break').prop('disabled', true);
$('.working-plan-exceptions')