#1171: Cleaning code

This commit is contained in:
Fabrice Mouhartem 2023-10-20 14:25:52 +02:00
parent 00c1323f07
commit b9e698ef14
1 changed files with 0 additions and 1 deletions

View File

@ -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;