#1171: Fix a change in the variable names

This commit is contained in:
Fabrice Mouhartem 2023-11-02 13:32:57 +01:00
parent 4c80de725f
commit df1b59513b

View File

@ -409,7 +409,7 @@ define([
},
popupDetailBody: function(schedule) {
var str = schedule.body;
delete APP.body;
delete APP.eventBody;
return Messages._getKey('calendar_description', ['<br />', diffMk.render(str, true)]);
},
popupIsAllDay: function() { return Messages.calendar_allDay; },