mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
#1171: Cleaning code
This commit is contained in:
parent
00c1323f07
commit
b9e698ef14
@ -2028,7 +2028,6 @@ APP.recurrenceRule = {
|
||||
var getBodyInput = function() {
|
||||
var ev = APP.editModalData;
|
||||
var calId = ev.selectedCal.id;
|
||||
// DEFAULT HERE [10] ==> 10 minutes before the event
|
||||
var id = (ev.id && ev.id.split('|')[0]) || undefined;
|
||||
var _ev = APP.calendar.getSchedule(ev.id, calId);
|
||||
var oldBody = _ev && _ev.raw && _ev.raw.body;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user