Remove XXX

pull/1/head
yflory 4 years ago
parent b8039aaa3c
commit 556e5fc998

@ -1264,7 +1264,7 @@ define([
color: user.color, color: user.color,
title: Messages.calendar_default title: Messages.calendar_default
}, function (err) { }, function (err) {
if (err) { return void UI.errorLoadingScreen(Messages.error); } // XXX if (err) { return void UI.errorLoadingScreen(Messages.error); }
store.get('calendarView', makeCalendar); store.get('calendarView', makeCalendar);
UI.removeLoadingScreen(); UI.removeLoadingScreen();
}); });

Loading…
Cancel
Save