mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Minor fix
This commit is contained in:
parent
bdc5782cf4
commit
cc268f8d87
1 changed files with 0 additions and 4 deletions
|
@ -656,10 +656,6 @@ App.Pages.Booking = (function () {
|
||||||
$displayBookingSelection.text(`${serviceOptionText} │ ${providerOptionText}`);
|
$displayBookingSelection.text(`${serviceOptionText} │ ${providerOptionText}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.display-selected-service')
|
|
||||||
.text(serviceId ? serviceOptionText : lang('service_and_provider'))
|
|
||||||
.removeClass('invisible');
|
|
||||||
|
|
||||||
if (!$availableHours.find('.selected-hour').text()) {
|
if (!$availableHours.find('.selected-hour').text()) {
|
||||||
return; // No time is selected, skip the rest of this function...
|
return; // No time is selected, skip the rest of this function...
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue