1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:05:56 +00:00

cdmClicked: use proper response handler

This commit is contained in:
Andrew Dolgov
2010-11-25 15:30:28 +03:00
parent e91ad1e9ab
commit 8353bd26f2
2 changed files with 2 additions and 2 deletions

View File

@@ -2022,7 +2022,7 @@ function cdmClicked(event, id) {
new Ajax.Request("backend.php", {
parameters: query,
onComplete: function(transport) {
handle_rpc_reply(transport);
handle_json_reply(transport);
} });
}