summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-15 15:10:56 +0400
committerAndrew Dolgov <[email protected]>2009-10-15 15:10:56 +0400
commita7ee795147d5c514f5f6e6b7c5f53cf2b2acf9cb (patch)
treeb00da8d96f4ddcf02080f06752d37970f912e1ff
parent36a3673cfeacb8c87b92173635abb7913ae0f531 (diff)
parentd9d0db0f019b0071120c512e6a285fa93230c9e2 (diff)
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
-rw-r--r--functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index db2b4a887..46d28ee7f 100644
--- a/functions.js
+++ b/functions.js
@@ -567,6 +567,8 @@ function parse_counters(reply, scheduled_call) {
if (row_needs_hl) {
new Effect.Highlight(feedr, {duration: 1, startcolor: "#fff7d5",
queue: { position:'end', scope: 'EFQ-' + id, limit: 1 } } );
+
+ cache_invalidate("F:" + id);
}
} else {
feedctr.className = "feedCtrNoUnread";