forked from mirrors/easyappointments
Corrected breaks selector for working plan reset.
This commit is contained in:
parent
fad8d3630c
commit
d6c3968ba5
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
||||||
* Event: Reset Working Plan Button "Click".
|
* Event: Reset Working Plan Button "Click".
|
||||||
*/
|
*/
|
||||||
$('#providers').on('click', '#reset-working-plan', function() {
|
$('#providers').on('click', '#reset-working-plan', function() {
|
||||||
$('.breaks').empty();
|
$('.breaks tbody').empty();
|
||||||
$('.work-start, .work-end').val('');
|
$('.work-start, .work-end').val('');
|
||||||
BackendUsers.wp.setup(GlobalVariables.workingPlan);
|
BackendUsers.wp.setup(GlobalVariables.workingPlan);
|
||||||
BackendUsers.wp.timepickers(false);
|
BackendUsers.wp.timepickers(false);
|
||||||
|
|
Loading…
Reference in a new issue