Force update usage bar
parent
002476ddd3
commit
b7d8366942
|
@ -2104,7 +2104,9 @@ define([
|
|||
cb(null, $container);
|
||||
return {
|
||||
$container: $container,
|
||||
update: updateUsage,
|
||||
update: function () {
|
||||
common.getPinUsage(teamId, todo);
|
||||
},
|
||||
stop: function () {
|
||||
clearInterval(interval);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue