summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index e1a1e7c56..fdfe4d86f 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -42,7 +42,9 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
if (getInitParam("theme") == "" && getInitParam("hide_feedlist")) {
Element.hide("feeds-holder");
-
+// Effect.Fade('feeds-holder', {duration : 0.2,
+// queue: { position: 'end', scope: 'FLFADEQ', limit: 1 }});
+
}
var force_nocache = false;