Comment updates

This commit is contained in:
Alex Tselegidis 2023-02-21 08:06:36 +01:00
parent 2999dcda87
commit 6245d389b2
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ App.Pages.Booking = (function () {
manageMode = vars('manage_mode');
// Initialize page's components (tooltips, datepickers etc).
// Initialize page's components (tooltips, date pickers etc).
tippy('[data-tippy-content]');
App.Utils.UI.initializeDatepicker($selectDate, {
@ -769,7 +769,7 @@ App.Pages.Booking = (function () {
}
/**
* This method updates a div's HTML content with a brief description of the
* This method updates the HTML content with a brief description of the
* user selected service (only if available in db). This is useful for the
* customers upon selecting the correct service.
*