From 72f39e8b877ce92ac5cf062475567577d68fb59f Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 15 Apr 2011 16:38:09 +0200 Subject: Downloadgeschwindigkeit wird auf ganzzahl angezeigt --- application/modules/fbgui/views/scripts/index/start.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/fbgui/views/scripts') diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml index 1b68415..2e78fb2 100644 --- a/application/modules/fbgui/views/scripts/index/start.phtml +++ b/application/modules/fbgui/views/scripts/index/start.phtml @@ -113,7 +113,7 @@ function updateProgress(p, s, u){ if (p >= 0 && p <= 100){ $(".progressbar:last").progressbar({ value: p }); - $(".downloadelement .status:last").html("Downloading... "+p+"% - "+s+" "+u); + $(".downloadelement .status:last").html("Downloading... "+p+"% - "+parseInt(s)+" "+u); }else{ $(".progressbar:last").progressbar({ value: 0 }); } -- cgit v1.2.3-55-g7522