X-Git-Url: https://git.cweiske.de/tt-rss-micropub.git/blobdiff_plain/f8e675e602a11a874c375c4d725edd2accfe4b5a..942fe99fa36c2f18397ee5de5f64a4aff932dda0:/commentform.phtml diff --git a/commentform.phtml b/commentform.phtml index 8d07af0..d1ffd82 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); } @@ -31,23 +31,37 @@ + - + + +
+ + +
+ +
-
-
- +