From 4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 17 Jul 2013 13:56:06 +0200 Subject: improved progressbar rendering --- pyload/web/app/templates/default/header/progress.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'pyload/web/app/templates/default/header/progress.html') diff --git a/pyload/web/app/templates/default/header/progress.html b/pyload/web/app/templates/default/header/progress.html index 4ef5a1cd6..740e18a4c 100644 --- a/pyload/web/app/templates/default/header/progress.html +++ b/pyload/web/app/templates/default/header/progress.html @@ -4,11 +4,7 @@
-{{#if downloading }} -{{ formatSize done }} of {{ formatSize total }} ({{ formatSize download.speed }}/s) -{{ else }} -{{ statusmsg }} -{{/if}} - - {{ formatTime eta }} - \ No newline at end of file + +
+ +
-- cgit v1.2.3