mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Correct argument value.
This commit is contained in:
parent
652f96f53b
commit
93aab06187
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ App.Pages.Booking = (function () {
|
||||||
const $target = $(event.target);
|
const $target = $(event.target);
|
||||||
|
|
||||||
App.Http.Booking.getUnavailabilityDates(
|
App.Http.Booking.getUnavailabilityDates(
|
||||||
$target,
|
$target.val(),
|
||||||
$selectService.val(),
|
$selectService.val(),
|
||||||
moment($selectDate.datepicker('getDate')).format('YYYY-MM-DD')
|
moment($selectDate.datepicker('getDate')).format('YYYY-MM-DD')
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue