diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 4cd50eabb..2c5cb5b4c 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -2584,7 +2584,7 @@ define([ postMessage(clientId, 'LOADING_DRIVE', data); }); }).nThen(function (waitFor) { - loadUniversal(Team, 'team', waitFor, clientId); // TODO load teams offline + loadUniversal(Team, 'team', waitFor, clientId); }).nThen(function () { cb(); });