mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
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:
parent
81d4abf9d3
commit
7a53a14bc8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user