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

reset local counter cache when feed count changes

This commit is contained in:
Andrew Dolgov
2017-02-04 11:57:31 +03:00
parent 5edd605ae1
commit 6358d70d5e
2 changed files with 8 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ function updateFeedList() {
// __("Loading, please wait...") + "</div>";
Element.show("feedlistLoading");
resetCounterCache();
if (dijit.byId("feedTree")) {
dijit.byId("feedTree").destroyRecursive();