summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-20 06:34:11 +0100
committerAndrew Dolgov <[email protected]>2008-02-20 06:34:11 +0100
commitaf9964d3b93e59715fb9794898ec1e7a437a86dc (patch)
tree898da7257b5b8ebf81be694464b9b9bed2e8f6f7 /feedlist.js
parentb553a3bf8d1b0c9ffd82fc30f78f8bd44ebbfad4 (diff)
re-enable auto hiding of footer
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index e1ab77064..e94cf12af 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();