Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/utils.js')
-rw-r--r--js/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/utils.js b/js/utils.js
index ac11271..e4d5ac8 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -129,7 +129,7 @@
// size
if (typeof(fileData.size) !== 'undefined' && fileData.size >= 0) {
- simpleSize = humanFileSize(parseInt(fileData.size, 10), true);
+ simpleSize = filesize(parseInt(fileData.size, 10), true);
} else {
simpleSize = t('ransomware_detection', 'Pending');
}