diff --git a/www/common/outer/team.js b/www/common/outer/team.js index 742836fb9..7eb618d63 100644 --- a/www/common/outer/team.js +++ b/www/common/outer/team.js @@ -187,7 +187,7 @@ define([ team.rpc = call; team.onRpcReadyEvt.fire(); cb(); - }); + }, Cache); }); };