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

cdmClicked: use correct function to parse returned JSON

This commit is contained in:
Andrew Dolgov
2011-03-01 15:46:41 +03:00
parent aeaa69919f
commit a3ef7d106a

View File

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