cdmClicked: use correct function to parse returned JSON
This commit is contained in:
parent
aeaa69919f
commit
a3ef7d106a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue