From: Andrew Dolgov Date: Tue, 1 Mar 2011 12:46:41 +0000 (+0300) Subject: cdmClicked: use correct function to parse returned JSON X-Git-Tag: 1.5.2~34 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a3ef7d106a9ee3c1be5e11f5f080508742162deb;p=tt-rss.git cdmClicked: use correct function to parse returned JSON --- diff --git a/viewfeed.js b/viewfeed.js index 26a618f5..f81feb06 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -2019,7 +2019,7 @@ function cdmClicked(event, id) { new Ajax.Request("backend.php", { parameters: query, onComplete: function(transport) { - handle_json_reply(transport); + handle_rpc_json(transport); } }); return true;