mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 07:52:29 +03:00
Unavailability events do not have the provider property set.
This commit is contained in:
parent
560398c882
commit
cf581e08e6
1 changed files with 0 additions and 3 deletions
|
@ -341,9 +341,6 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
||||||
'<strong>' + EALang.end + '</strong> '
|
'<strong>' + EALang.end + '</strong> '
|
||||||
+ GeneralFunctions.formatDate(event.end.format('YYYY-MM-DD HH:mm:ss'), GlobalVariables.dateFormat, true)
|
+ GeneralFunctions.formatDate(event.end.format('YYYY-MM-DD HH:mm:ss'), GlobalVariables.dateFormat, true)
|
||||||
+ '<br>' +
|
+ '<br>' +
|
||||||
'<strong>' + EALang.timezone + '</strong> '
|
|
||||||
+ GlobalVariables.timezones[event.data.provider.timezone]
|
|
||||||
+ '<br>'
|
|
||||||
+ notes
|
+ notes
|
||||||
+ '<hr>' +
|
+ '<hr>' +
|
||||||
'<center>' +
|
'<center>' +
|
||||||
|
|
Loading…
Reference in a new issue