add disabled fade effect to prefs selectTab()

This commit is contained in:
Andrew Dolgov 2007-08-24 15:35:08 +01:00
parent d73071b1b1
commit d15f867517
1 changed files with 4 additions and 1 deletions

View File

@ -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") {