Fix CS
authorChristian Weiske <cweiske@cweiske.de>
Mon, 29 May 2017 15:15:25 +0000 (17:15 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 29 May 2017 15:15:25 +0000 (17:15 +0200)
commentform.phtml

index 8d07af0112811329d961c8422712e497299f1b15..d09e49f360c2af67bd2f9716caf6303d4f0afcca 100644 (file)
@@ -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);
           }