summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index 14f813bfa..befee7d60 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1207,7 +1207,10 @@ function selectTab(id, noupdate, subop) {
// clean up all current selections, just in case
active_feed_cat = false;
active_label = false;
-
+
+// Effect.Fade("prefContent", {duration: 1, to: 0.01,
+// queue: { position:'end', scope: 'FEED_TAB', limit: 1 } } );
+
if (id == "feedConfig") {
updateFeedList();
} else if (id == "filterConfig") {