diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index d0736f8cb..63afca4cc 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2104,7 +2104,9 @@ define([ cb(null, $container); return { $container: $container, - update: updateUsage, + update: function () { + common.getPinUsage(teamId, todo); + }, stop: function () { clearInterval(interval); }