1
0
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:
Andrew Dolgov
2013-04-16 16:50:22 +04:00
parent 90df27a4c1
commit 4f032700db
2 changed files with 9 additions and 13 deletions

View File

@@ -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);