re-enable auto hiding of footer
This commit is contained in:
parent
b553a3bf8d
commit
af9964d3b9
|
@ -344,7 +344,7 @@ function feedlist_init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getInitParam("theme") == "") {
|
if (getInitParam("theme") == "") {
|
||||||
//setTimeout("hide_footer()", 5000);
|
setTimeout("hide_footer()", 5000);
|
||||||
|
|
||||||
if (getInitParam("hide_feedlist") == 1) {
|
if (getInitParam("hide_feedlist") == 1) {
|
||||||
init_hidden_feedlist();
|
init_hidden_feedlist();
|
||||||
|
|
Loading…
Reference in New Issue