From: Christian Weiske Date: Mon, 29 May 2017 15:15:25 +0000 (+0200) Subject: Fix CS X-Git-Tag: v0.1.0~5 X-Git-Url: https://git.cweiske.de/tt-rss-micropub.git/commitdiff_plain/134b74b35b4999af4da19fdd3b415690aaf45e71 Fix CS --- diff --git a/commentform.phtml b/commentform.phtml index 8d07af0..d09e49f 100644 --- a/commentform.phtml +++ b/commentform.phtml @@ -9,7 +9,7 @@ new Ajax.Request('backend.php', { parameters: dojo.objectToQuery(this.getValues()), - onSuccess: function(transport) { + onSuccess: function(transport) { notify_info(transport.responseJSON.message); $('postReplyUrl').writeAttribute( 'href', transport.responseJSON.location @@ -19,7 +19,7 @@ //Effect.Grow('postReplySuccess'); $('postReply').hide(); $('postReplySuccess').show(); - }, + }, onFailure: function(transport) { notify_error(transport.responseText); }