From b553a3bf8d1b0c9ffd82fc30f78f8bd44ebbfad4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2008 06:33:20 +0100 Subject: collapsable feedlist: footer layout fix --- feedlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index e94cf12af..e1ab77064 100644 --- a/feedlist.js +++ b/feedlist.js @@ -344,7 +344,7 @@ function feedlist_init() { } if (getInitParam("theme") == "") { - setTimeout("hide_footer()", 5000); + //setTimeout("hide_footer()", 5000); if (getInitParam("hide_feedlist") == 1) { init_hidden_feedlist(); -- cgit v1.2.3-54-g00ecf