1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 15:11:29 +00:00

remove previous counter hacks; force request counters when there's no

unread stuff left in current feed (e.g. finished reading)
This commit is contained in:
Andrew Dolgov
2013-02-27 16:57:26 +04:00
parent 77a3e1233f
commit 0a7b15207e
3 changed files with 5 additions and 5 deletions

View File

@@ -234,7 +234,7 @@ function request_counters(force) {
var query = "?op=rpc&method=getAllCounters&seq=" + next_seq();
if (!force && Math.random() >= 0.5)
if (!force)
query = query + "&last_article_id=" + getInitParam("last_article_id");
console.log(query);