From: Andrew Dolgov Date: Wed, 20 Feb 2008 05:34:11 +0000 (+0100) Subject: re-enable auto hiding of footer X-Git-Tag: 1.2.20~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=af9964d3b93e59715fb9794898ec1e7a437a86dc;p=tt-rss.git re-enable auto hiding of footer --- diff --git a/feedlist.js b/feedlist.js index e1ab7706..e94cf12a 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();