summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorSimon2011-04-15 16:38:09 +0200
committerSimon2011-04-15 16:38:09 +0200
commit72f39e8b877ce92ac5cf062475567577d68fb59f (patch)
treea9112458f84f8a151e9f6aa1c71a365b5c6b51bd /application/modules/fbgui/views
parentStartbutton nach Wunsch angepasst (diff)
downloadpbs2-72f39e8b877ce92ac5cf062475567577d68fb59f.tar.gz
pbs2-72f39e8b877ce92ac5cf062475567577d68fb59f.tar.xz
pbs2-72f39e8b877ce92ac5cf062475567577d68fb59f.zip
Downloadgeschwindigkeit wird auf ganzzahl angezeigt
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/index/start.phtml2
1 files changed, 1 insertions, 1 deletions
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 });
}