From 42a09473bb49d12172073b50f9b6ce734becde14 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 26 Mar 2007 10:52:41 +0000 Subject: [PATCH] ebl fix unit git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4425 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/html/bweb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/html/bweb.js b/gui/bweb/html/bweb.js index 2498c3d601..bb18adb656 100644 --- a/gui/bweb/html/bweb.js +++ b/gui/bweb/html/bweb.js @@ -94,7 +94,7 @@ function human_size(val) if (!val) { return ''; } - var unit = ['B', 'KB, 'MB', 'GB', 'TB']; + var unit = ['B', 'KB', 'MB', 'GB', 'TB']; var i=0; var format; while (val /1024 > 1) { -- 2.39.5