stop using an API that doesn't exist anymore

This commit is contained in:
ansuz 2021-03-30 16:06:56 +05:30
parent d7f675ef8e
commit 0f931f4ca0
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ define([
}
var size = Array.isArray(obj) && obj[0];
if (typeof(size) !== "number") { return; }
UI.alert(Util.getPrettySize(size, Messages));
UI.alert(getPrettySize(size));
});
});