mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 21:51:29 +00:00
cdmClicked: use proper response handler
This commit is contained in:
@@ -4458,7 +4458,7 @@
|
|||||||
|
|
||||||
$entry .= "<object type=\"application/x-shockwave-flash\"
|
$entry .= "<object type=\"application/x-shockwave-flash\"
|
||||||
data=\"extras/button/musicplayer.swf?song_url=$url\"
|
data=\"extras/button/musicplayer.swf?song_url=$url\"
|
||||||
width=\"17\" height=\"17\">
|
width=\"17\" height=\"17\" style='float : left'>
|
||||||
<param name=\"movie\" value=\"extras/button/musicplayer.swf?song_url=$url\" /> </object>";
|
<param name=\"movie\" value=\"extras/button/musicplayer.swf?song_url=$url\" /> </object>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2022,7 +2022,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_rpc_reply(transport);
|
handle_json_reply(transport);
|
||||||
} });
|
} });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user