diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-02-20 06:33:20 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-02-20 06:33:20 +0100 |
| commit | b553a3bf8d1b0c9ffd82fc30f78f8bd44ebbfad4 (patch) | |
| tree | 229442312dfb83c3ab5156641d4a4b3b01ab0cc2 /feedlist.js | |
| parent | c00d87d9b351f50fdccbfcde70694f3e790f9358 (diff) | |
collapsable feedlist: footer layout fix
Diffstat (limited to 'feedlist.js')
| -rw-r--r-- | feedlist.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |