mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Added missing parameter for fetching available hours.
This commit is contained in:
parent
a47d03e616
commit
ede8a963b6
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ window.FrontendBookApi = window.FrontendBookApi || {};
|
|||
.done(function(response) {
|
||||
unavailableDatesBackup = response;
|
||||
selectedDateStringBackup = selectedDateString;
|
||||
_applyUnavailableDates(response, selectedDateString);
|
||||
_applyUnavailableDates(response, selectedDateString, true);
|
||||
})
|
||||
.fail(GeneralFunctions.ajaxFailureHandler);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue