mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-05 20:21:00 +02:00
update headline cache in decrementFeedCounter
This commit is contained in:
parent
0e4a7d7a94
commit
2b613b14c5
@ -562,6 +562,9 @@ function decrementFeedCounter(feed, is_cat) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cache_headlines(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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user