mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +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/>', {
|
||||
'type': 'text',
|
||||
'class': 'select-date',
|
||||
'class': 'form-control d-inline-block select-date',
|
||||
'value': GeneralFunctions.formatDate(new Date(), GlobalVariables.dateFormat)
|
||||
})
|
||||
.appendTo($calendarHeader);
|
||||
|
|
Loading…
Reference in a new issue