]> git.wh0rd.org - tt-rss.git/commitdiff
progressbar tweaks
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 May 2008 10:05:43 +0000 (11:05 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 May 2008 10:05:43 +0000 (11:05 +0100)
functions.js

index 6fe449239306dd5447217302df2940b881f1ff5e..1e13d8e0ecf88882bf572d287e80cdb6668dab7a 100644 (file)
@@ -1680,11 +1680,13 @@ function loading_set_progress(p) {
 
                var o = document.getElementById("l_progress_i");
 
+//             o.style.width = (p * 2) + "px";
+
                new Effect.Scale(o, p, { 
                        scaleY : false,
                        scaleFrom : last_progress_point,
                        scaleMode: { originalWidth : 200 },
-                       queue: { position: 'end', scope: 'LSP-Q', limit: 1 } });
+                       queue: { position: 'end', scope: 'LSP-Q', limit: 3 } }); 
 
                last_progress_point = p;