toggleUnread: enable effect for another cmode
This commit is contained in:
parent
0df009c3b8
commit
54eb7d20dd
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue