summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-14 23:38:31 +0400
committerAndrew Dolgov <[email protected]>2009-10-14 23:38:31 +0400
commitd9d0db0f019b0071120c512e6a285fa93230c9e2 (patch)
treeb00da8d96f4ddcf02080f06752d37970f912e1ff /functions.js
parent7c057b1a2a824410cd1c6886b74c337c2524fad7 (diff)
parse_counters: invalidate feed cache when counter had changed
Diffstat (limited to 'functions.js')
-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";