summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 22:59:01 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 22:59:01 +0300
commit6237ea0537bb06c5ae1a715132f145601cbd71c8 (patch)
tree7c43783b10cf5a678511b75c0323e44cb2a48d32 /feedlist.js
parent08e49bb91dcb5e8c9574e705718025bb30ca0d64 (diff)
implement sequence numbers for counter rpc requests
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 9032ba026..33fdb8916 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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";