]> git.wh0rd.org - tt-rss.git/commitdiff
add disabled fade effect to prefs selectTab()
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 24 Aug 2007 14:35:08 +0000 (15:35 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 24 Aug 2007 14:35:08 +0000 (15:35 +0100)
prefs.js

index 14f813bfa255767796382aefbf9b338f38f79ff0..befee7d6076203ffc53daffbeb1e4eff1fabe6fc 100644 (file)
--- 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") {