MINOR Fixed indentation in PageCommentInterface.js (from r111497)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112805 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-19 01:04:00 +00:00
parent 81d4abf9d3
commit 7a53a14bc8

View File

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