MINOR Fixed indentation in PageCommentInterface.js

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@111497 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-03 19:28:38 +00:00 committed by Sam Minnee
parent 55e245aca8
commit 9ccf28e254

View File

@ -83,7 +83,7 @@ PageCommentInterface.prototype = {
__newComment.className = 'spam';
}
}else{
} else {
__newComment.innerHTML = "";
Behaviour.apply(__newComment);
message.style.display = '';
@ -91,7 +91,6 @@ PageCommentInterface.prototype = {
}
},
onFailure : function(response) {
alert(response.responseText);