summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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();