From 4f032700dbfbbfa35798e05497c8a868eb73476f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Apr 2013 16:50:22 +0400 Subject: ttrssMailer: actually use OOP properly --- plugins/mail/mail.js | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/mail/mail.js b/plugins/mail/mail.js index 39f753cc0..6166f01c1 100644 --- a/plugins/mail/mail.js +++ b/plugins/mail/mail.js @@ -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); -- cgit v1.2.3