mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Remove old jQuery UI timepicker call
This commit is contained in:
parent
11188872fa
commit
c891985c1b
1 changed files with 0 additions and 1 deletions
|
@ -347,7 +347,6 @@ App.Pages.Providers = (function () {
|
||||||
$providers.find('.add-break, .add-working-plan-exception, #reset-working-plan').prop('disabled', true);
|
$providers.find('.add-break, .add-working-plan-exception, #reset-working-plan').prop('disabled', true);
|
||||||
|
|
||||||
workingPlanManager.timepickers(true);
|
workingPlanManager.timepickers(true);
|
||||||
$providers.find('#providers .working-plan input:text').timepicker('destroy');
|
|
||||||
$providers.find('#providers .working-plan input:checkbox').prop('disabled', true);
|
$providers.find('#providers .working-plan input:checkbox').prop('disabled', true);
|
||||||
$('.breaks').find('.edit-break, .delete-break').prop('disabled', true);
|
$('.breaks').find('.edit-break, .delete-break').prop('disabled', true);
|
||||||
$('.working-plan-exceptions')
|
$('.working-plan-exceptions')
|
||||||
|
|
Loading…
Reference in a new issue