summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 16:01:09 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 16:01:09 +0100
commita06d0e5a8b92a2015a05b376eb6b8f4a9878c4e0 (patch)
tree2ca75170477ed9a7c0b1a3397d9756d726e4d7a7 /feedlist.js
parent00fceabf61a67abdd4a119f562f013f8ed6b022b (diff)
rpc tweaks; viewfeed counters attachment changed
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 06fea27c7..68c93e4c5 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -394,7 +394,8 @@ function feedlist_init() {
document.onmousemove = mouse_move_handler;
document.onmousedown = mouse_down_handler;
document.onmouseup = mouse_up_handler;
- setTimeout("timeout()", 0);
+
+ setTimeout("timeout()", 1);
if (typeof correctPNG != 'undefined') {
correctPNG();