diff options
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 }); } |
