From: Andrew Dolgov Date: Fri, 24 Aug 2007 14:35:08 +0000 (+0100) Subject: add disabled fade effect to prefs selectTab() X-Git-Tag: 1.2.15~60 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d15f8675175be1cb11cb0229d2f8d6d2b0c9e36f;p=tt-rss.git add disabled fade effect to prefs selectTab() --- diff --git a/prefs.js b/prefs.js index 14f813bf..befee7d6 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") {