mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Update appointments_modal.js
Add missing ;
This commit is contained in:
parent
b2ecc46c01
commit
dc2b9f84e6
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ App.Components.AppointmentsModal = (function () {
|
|||
$appointmentStatus.val(defaultStatusValue);
|
||||
|
||||
$language.val(vars('default_language'));
|
||||
$timezone.val(vars('default_timezone'))
|
||||
$timezone.val(vars('default_timezone'));
|
||||
|
||||
// Reset color.
|
||||
$appointmentColor.find('.color-selection-option:first').trigger('click');
|
||||
|
|
Loading…
Reference in a new issue