mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 09:11:29 +00:00
toggleUnread: enable effect for another cmode
This commit is contained in:
@@ -822,10 +822,11 @@ function toggleUnread(id, cmode, effect) {
|
||||
} else if (cmode == 0) {
|
||||
row.className = nc;
|
||||
|
||||
/* if (effect) {
|
||||
if (effect) {
|
||||
new Effect.Highlight(row, {duration: 1, startcolor: "#fff7d5",
|
||||
afterFinish: toggleUnread_afh,
|
||||
queue: { position:'end', scope: 'TMRQ-' + id, limit: 1 } } );
|
||||
} */
|
||||
}
|
||||
} else if (cmode == 1) {
|
||||
row.className = nc + "Unread";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user