From b7d836694211070dad756a98431a8243d0ace0e8 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 3 Sep 2020 14:35:36 +0200 Subject: [PATCH] Force update usage bar --- www/common/common-ui-elements.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); }