diff --git a/viewfeed.js b/viewfeed.js index 2776aa525..2eef820e8 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -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"; }