From 6245d389b2e3280e5e1c0ecbb893f538f494f91d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 21 Feb 2023 08:06:36 +0100 Subject: [PATCH] Comment updates --- assets/js/pages/booking.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/pages/booking.js b/assets/js/pages/booking.js index f4075d42..2559c3de 100644 --- a/assets/js/pages/booking.js +++ b/assets/js/pages/booking.js @@ -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. *