summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/feedlist.js b/feedlist.js
index 7dfaef952..5ee103747 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -441,7 +441,7 @@ function feedlist_init() {
}
}
-function hide_footer_af(effect) {
+/* function hide_footer_af(effect) {
try {
var c = $("content-frame");
@@ -465,12 +465,15 @@ function hide_footer_af(effect) {
} catch (e) {
exception_error("hide_footer_af", e);
}
-}
+} */
function hide_footer() {
try {
if (Element.visible("footer")) {
- new Effect.Fade("footer", { afterFinish: hide_footer_af });
+
+ Element.hide("footer");
+
+ //new Effect.Fade("footer", { afterFinish: hide_footer_af });
}
} catch (e) {
exception_error("hide_footer", e);