mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 20:11:07 +02:00
add disabled fade effect to prefs selectTab()
This commit is contained in:
parent
d73071b1b1
commit
d15f867517
3
prefs.js
3
prefs.js
@ -1208,6 +1208,9 @@ function selectTab(id, noupdate, subop) {
|
|||||||
active_feed_cat = false;
|
active_feed_cat = false;
|
||||||
active_label = false;
|
active_label = false;
|
||||||
|
|
||||||
|
// Effect.Fade("prefContent", {duration: 1, to: 0.01,
|
||||||
|
// queue: { position:'end', scope: 'FEED_TAB', limit: 1 } } );
|
||||||
|
|
||||||
if (id == "feedConfig") {
|
if (id == "feedConfig") {
|
||||||
updateFeedList();
|
updateFeedList();
|
||||||
} else if (id == "filterConfig") {
|
} else if (id == "filterConfig") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user