Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
This commit is contained in:
commit
a7ee795147
|
@ -567,6 +567,8 @@ function parse_counters(reply, scheduled_call) {
|
||||||
if (row_needs_hl) {
|
if (row_needs_hl) {
|
||||||
new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5",
|
new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5",
|
||||||
queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } );
|
queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } );
|
||||||
|
|
||||||
|
cache_invalidate("F:" + id);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
feedctr.className = "feedCtrNoUnread";
|
feedctr.className = "feedCtrNoUnread";
|
||||||
|
|
Loading…
Reference in New Issue