From: Andrew Dolgov Date: Thu, 25 Nov 2010 12:30:28 +0000 (+0300) Subject: cdmClicked: use proper response handler X-Git-Tag: 1.5.0~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8353bd26f26723876c7cdbeb95b80535e4fc6a67;p=tt-rss.git cdmClicked: use proper response handler --- diff --git a/functions.php b/functions.php index 23638fea..27efb2c4 100644 --- a/functions.php +++ b/functions.php @@ -4458,7 +4458,7 @@ $entry .= " + width=\"17\" height=\"17\" style='float : left'> "; } diff --git a/viewfeed.js b/viewfeed.js index 37afd340..be690128 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -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); } }); }