mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Patch the empty month and year selection of blocked periods (#1494)
This commit is contained in:
parent
5b2ce2e000
commit
8bdb762e9a
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ App.Pages.BlockedPeriods = (function () {
|
||||||
$blockedPeriods.find('.record-details .form-label span').prop('hidden', false);
|
$blockedPeriods.find('.record-details .form-label span').prop('hidden', false);
|
||||||
$filterBlockedPeriods.find('button').prop('disabled', true);
|
$filterBlockedPeriods.find('button').prop('disabled', true);
|
||||||
$filterBlockedPeriods.find('.results').css('color', '#AAA');
|
$filterBlockedPeriods.find('.results').css('color', '#AAA');
|
||||||
|
|
||||||
|
App.Utils.UI.setDateTimePickerValue($startDateTime, moment('00:00', 'HH:mm').toDate());
|
||||||
|
App.Utils.UI.setDateTimePickerValue($endDateTime, moment('00:00', 'HH:mm').add(1, 'day').toDate());
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue