mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Added bootstrap 4 classes to the date field of the table calendar view in backend.
This commit is contained in:
parent
159225a7c7
commit
63b9653bb2
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
||||||
|
|
||||||
$('<input/>', {
|
$('<input/>', {
|
||||||
'type': 'text',
|
'type': 'text',
|
||||||
'class': 'select-date',
|
'class': 'form-control d-inline-block select-date',
|
||||||
'value': GeneralFunctions.formatDate(new Date(), GlobalVariables.dateFormat)
|
'value': GeneralFunctions.formatDate(new Date(), GlobalVariables.dateFormat)
|
||||||
})
|
})
|
||||||
.appendTo($calendarHeader);
|
.appendTo($calendarHeader);
|
||||||
|
|
Loading…
Reference in a new issue