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

feed tree: only run animation for appearing unread counters to prevent clashes with aux counter updating and animations ending up in wrong state

This commit is contained in:
Andrew Dolgov
2017-01-22 20:20:35 +03:00
parent 3bc1b53772
commit 70c5b2bfcc
2 changed files with 5 additions and 3 deletions

View File

@@ -1583,7 +1583,7 @@
$cv = array("id" => $i,
"counter" => (int) $count,
"auxcounter" => $auxctr);
"auxcounter" => (int) $auxctr);
// if (get_pref('EXTENDED_FEEDLIST'))
// $cv["xmsg"] = getFeedArticles($i)." ".__("total");