Force update usage bar

pull/1/head
yflory 4 years ago
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…
Cancel
Save