summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 15:35:08 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 15:35:08 +0100
commitd15f8675175be1cb11cb0229d2f8d6d2b0c9e36f (patch)
tree45bc58da1990c6d41e180f4655d9a5acf255798a /prefs.js
parentd73071b1b164fda62c8c3bf5250b18419da6b262 (diff)
add disabled fade effect to prefs selectTab()
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") {