Fix usage bar in drive and read only teams

This commit is contained in:
yflory
2020-03-27 15:06:15 +01:00
parent 9a4da6e6e0
commit 980baf9ce3
4 changed files with 29 additions and 22 deletions

View File

@@ -2232,6 +2232,7 @@ define([
updateUsage();
cb(null, $container);
return {
$container: $container,
stop: function () {
clearInterval(interval);
}