summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-15 13:25:17 +0100
committerAndrew Dolgov <[email protected]>2008-02-15 13:25:17 +0100
commit37b29ac9c4c89c90fa1b54851196c817ee4b61c7 (patch)
tree432c7f75162d6102631f796548ca4e7713b029b6 /feedlist.js
parent03a11e23962bf0bbd202d837bb6ac984477a2310 (diff)
init_hidden_feedlist placeholder
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 8bbc24626..180d6204d 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -336,6 +336,8 @@ function feedlist_init() {
setTimeout("hide_footer()", 5000);
}
+// init_hidden_feedlist();
+
} catch (e) {
exception_error("feedlist/init", e);
}
@@ -369,3 +371,19 @@ function hide_footer() {
exception_error("hide_footer", e);
}
}
+
+function init_hidden_feedlist() {
+ try {
+ var fl = document.getElementById("feeds-holder");
+ var fh = document.getElementById("headlines-frame");
+ var fh = document.getElementById("headlines-frame");
+
+ new Effect.Fade(fl);
+
+
+
+
+ } catch (e) {
+ exception_error("init_hidden_feedlist", e);
+ }
+}