From: Eric Bollengier Date: Mon, 26 Mar 2007 10:52:41 +0000 (+0000) Subject: ebl fix unit X-Git-Tag: Release-2.2.0~849 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42a09473bb49d12172073b50f9b6ce734becde14;p=bacula%2Fbacula ebl fix unit git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4425 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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) {