summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-23 07:35:27 +0100
committerAndrew Dolgov <[email protected]>2006-05-23 07:35:27 +0100
commit772bc83b8d9381e83e09462d4f6be3f93e567e98 (patch)
tree4cecc6aae0cdede4165aca84b394e29e3f10b1b4 /viewfeed.js
parente8bd0da9526712b6a2baa453133380608cd57af6 (diff)
remove rpc_pnotify_callback
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 809d36d4e..5a11c4e99 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -108,9 +108,9 @@ function toggleMark(id) {
}
}
- xmlhttp_rpc.open("GET", query, true);
- xmlhttp_rpc.onreadystatechange=rpc_pnotify_callback;
- xmlhttp_rpc.send(null);
+ debug("toggle starred for aid " + id);
+
+ new Ajax.Request(query);
}