diff --git a/javascript/PageCommentInterface.js b/javascript/PageCommentInterface.js index 755520a0..14339d1b 100755 --- a/javascript/PageCommentInterface.js +++ b/javascript/PageCommentInterface.js @@ -121,7 +121,7 @@ PageCommentInterface.prototype = { * Ajax handler of moderation removal */ deleteComment: function() { - var __comment = this.parentNode.parentNode.parentNode.parentNode; + var __comment = this.parentNode.parentNode.parentNode; __comment.getElementsByTagName('span')[0].innerHTML = "Removing...";