summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-20 13:58:11 +0100
committerAndrew Dolgov <[email protected]>2007-08-20 13:58:11 +0100
commit36e05046e05df61687627fb7f1241b51fb6b568d (patch)
treefd351c1aeb1e1719b550e303a96d294a73778291 /viewfeed.js
parent2fe69e22925eaab69748f1ef94106f2463494a57 (diff)
rpc mark/pub return proper counters, rework all_counters_callback
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index a9a413acb..b1fbdd800 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -440,6 +440,8 @@ function toggleMark(id) {
//new Ajax.Request(query); */
+ debug(query);
+
xmlhttp_rpc.open("GET", query, true);
xmlhttp_rpc.onreadystatechange=all_counters_callback;
xmlhttp_rpc.send(null);