]> git.wh0rd.org - tt-rss.git/commitdiff
re-enable auto hiding of footer
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 20 Feb 2008 05:34:11 +0000 (06:34 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 20 Feb 2008 05:34:11 +0000 (06:34 +0100)
feedlist.js

index e1ab770646167545337e1a9d45c2d7145a71d07d..e94cf12af24e29f23f31a8887de36fd81e72d25c 100644 (file)
@@ -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();