Merge branch 'soon' of github.com:xwiki-labs/cryptpad into soon

pull/1/head
ansuz 4 years ago
commit 8889879732

@ -348,7 +348,7 @@ define([
});
}, true);
}).nThen(function () {
if (ctx.store.calendar) { ctx.store.calendar.openTeam(id); }
if (ctx.store.modules.calendar) { ctx.store.modules.calendar.openTeam(id); }
cb();
});
};
@ -407,6 +407,7 @@ define([
});
}
delete ctx.onReadyHandlers[id];
if (ctx.store.modules.calendar) { ctx.store.modules.calendar.openTeam(id); }
cb();
});

Loading…
Cancel
Save