Add shared folder module

This commit is contained in:
yflory
2019-09-04 17:14:44 +02:00
parent 3745bb76dc
commit 7658dbcaeb
3 changed files with 54 additions and 26 deletions

View File

@@ -91,7 +91,6 @@ define([
initializeTeams(ctx, waitFor(function (err) {
if (err) { return; }
openChannel(ctx);
}));
Object.keys(teams).forEach(function (id) {