diff --git a/www/common/outer/team.js b/www/common/outer/team.js index 271d39bd3..0ef5c4763 100644 --- a/www/common/outer/team.js +++ b/www/common/outer/team.js @@ -1904,6 +1904,7 @@ define([ } openChannel(ctx, teams[id], id, waitFor(function (err) { if (err) { + delete ctx.onReadyHandlers[id]; var txt = typeof(err) === "string" ? err : (err.type || err.message); Feedback.send("TEAM_LOADING_ERROR="+txt); return void console.error(err);