mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
#1171: Fix a change in the variable names
This commit is contained in:
parent
4c80de725f
commit
df1b59513b
@ -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; },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user