mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Merge branch 'patch-2' of https://github.com/sh-dv/easyappointments into develop
This commit is contained in:
commit
d86eb72d87
1 changed files with 1 additions and 1 deletions
|
@ -1349,7 +1349,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
$('<button/>', {
|
$('<button/>', {
|
||||||
'class': 'delete-popover btn btn-outline-secondary mr-2' + displayDelete,
|
'class': 'delete-popover btn btn-outline-secondary mr-2 ' + displayDelete,
|
||||||
'html': [
|
'html': [
|
||||||
$('<i/>', {
|
$('<i/>', {
|
||||||
'class': 'fas fa-trash-alt mr-2'
|
'class': 'fas fa-trash-alt mr-2'
|
||||||
|
|
Loading…
Reference in a new issue