Fix back button in teams

pull/1/head
yflory 5 years ago
parent 938a42aae8
commit b58b6fa691

@ -362,7 +362,7 @@ define([
} }
}); });
if (!id) { return; } if (!id) { return void cb(); }
// If the team is loading, as ourselves in the list // If the team is loading, as ourselves in the list
if (ctx.onReadyHandlers[id]) { if (ctx.onReadyHandlers[id]) {
var _idx = ctx.onReadyHandlers[id].indexOf(cId); var _idx = ctx.onReadyHandlers[id].indexOf(cId);

Loading…
Cancel
Save