summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
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);