mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
Correct typo in booking.js
This commit is contained in:
parent
13b1ad3966
commit
95450932a7
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ App.Pages.Booking = (function () {
|
||||||
|
|
||||||
optimizeContactInfoDisplay();
|
optimizeContactInfoDisplay();
|
||||||
|
|
||||||
// If the manage mode is true, the appointments data should be loaded by default.
|
// If the manage mode is true, the appointment data should be loaded by default.
|
||||||
if (manageMode) {
|
if (manageMode) {
|
||||||
applyAppointmentData(vars('appointment_data'), vars('provider_data'), vars('customer_data'));
|
applyAppointmentData(vars('appointment_data'), vars('provider_data'), vars('customer_data'));
|
||||||
} else {
|
} else {
|
||||||
|
@ -403,7 +403,7 @@ App.Pages.Booking = (function () {
|
||||||
*
|
*
|
||||||
* When the user clicks the "Cancel" button this form is going to be submitted. We need
|
* When the user clicks the "Cancel" button this form is going to be submitted. We need
|
||||||
* the user to confirm this action because once the appointment is cancelled, it will be
|
* the user to confirm this action because once the appointment is cancelled, it will be
|
||||||
* delete from the database.
|
* deleted from the database.
|
||||||
*
|
*
|
||||||
* @param {jQuery.Event} event
|
* @param {jQuery.Event} event
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue