1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:15:56 +00:00

update headline cache in decrementFeedCounter

This commit is contained in:
Andrew Dolgov
2012-07-08 17:36:27 +04:00
parent 0e4a7d7a94
commit 2b613b14c5

View File

@@ -562,6 +562,9 @@ function decrementFeedCounter(feed, is_cat) {
}
}
cache_headlines(feed, is_cat,
$("headlines-toolbar").innerHTML, $("headlines-frame").innerHTML);
} catch (e) {
exception_error("decrement_feed_counter", e);
}