mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
ttrssMailer: actually use OOP properly
This commit is contained in:
@@ -26,6 +26,7 @@ function emailArticle(id) {
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: dojo.objectToQuery(this.attr('value')),
|
||||
onComplete: function(transport) {
|
||||
console.log(transport.responseText);
|
||||
|
||||
var reply = JSON.parse(transport.responseText);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user