]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix unit
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 26 Mar 2007 10:52:41 +0000 (10:52 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 26 Mar 2007 10:52:41 +0000 (10:52 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4425 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bweb.js

index 2498c3d6014a85f844b082afee334a3bd34773e0..bb18adb656fc110588d880dbfe2836978383afc5 100644 (file)
@@ -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) {