1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 23:11:28 +00:00

implement sequence numbers for counter rpc requests

This commit is contained in:
Andrew Dolgov
2010-11-11 22:59:01 +03:00
parent 08e49bb91d
commit 6237ea0537
3 changed files with 28 additions and 2 deletions

View File

@@ -607,7 +607,7 @@ function request_counters_real() {
console.log("requesting counters...");
var query = "?op=rpc&subop=getAllCounters";
var query = "?op=rpc&subop=getAllCounters&seq=" + next_seq();
if (tagsAreDisplayed()) {
query = query + "&omode=tl";