diff options
| author | Simon | 2011-04-15 16:38:09 +0200 |
|---|---|---|
| committer | Simon | 2011-04-15 16:38:09 +0200 |
| commit | 72f39e8b877ce92ac5cf062475567577d68fb59f (patch) | |
| tree | a9112458f84f8a151e9f6aa1c71a365b5c6b51bd /application/modules/fbgui/views/scripts | |
| parent | Startbutton nach Wunsch angepasst (diff) | |
| download | pbs2-72f39e8b877ce92ac5cf062475567577d68fb59f.tar.gz pbs2-72f39e8b877ce92ac5cf062475567577d68fb59f.tar.xz pbs2-72f39e8b877ce92ac5cf062475567577d68fb59f.zip | |
Downloadgeschwindigkeit wird auf ganzzahl angezeigt
Diffstat (limited to 'application/modules/fbgui/views/scripts')
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/start.phtml | 2 |
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 }); } |
