Fixed another bug in admin traffic summary, refs #492

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-04-24 18:03:31 +02:00
parent 6d0e44e103
commit 16144944ca
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
if(node.innerHTML != '-') {
return 1 + node.innerHTML.substr(0,node.innerHTML.length);
} else {
return '1';
return '0 B';
}
}
$(document).ready(function()

View File

@@ -35,7 +35,7 @@
if(node.innerHTML != '-') {
return 1 + node.innerHTML.substr(0,node.innerHTML.length);
} else {
return '1';
return '0 B';
}
}
$(document).ready(function()