mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 18:51:28 +00:00
decrementFeedCounter: remove stored cache instead
This commit is contained in:
@@ -562,8 +562,7 @@ function decrementFeedCounter(feed, is_cat) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cache_headlines(feed, is_cat,
|
cache_delete("feed:" + feed + ":" + is_cat);
|
||||||
$("headlines-toolbar").innerHTML, $("headlines-frame").innerHTML);
|
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("decrement_feed_counter", e);
|
exception_error("decrement_feed_counter", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user