From c76fcfd0a2e163d1e46c2b233a74e0ef1bd7b8fe Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 5 Sep 2006 19:09:29 +0000 Subject: [PATCH] ebl fix autochanger view git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3415 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 16b8979925..7b73717108 100644 --- a/gui/bweb/html/bweb.js +++ b/gui/bweb/html/bweb.js @@ -73,7 +73,7 @@ function bweb_add_refresh(){ function human_size(val) { if (!val) { - val = 0; + return ''; } var unit = ['b', 'Kb', 'Mb', 'Gb', 'Tb']; var i=0; -- 2.39.5