diff --git a/files/templates/comments.html b/files/templates/comments.html index 69c317aeb7..6285037ec6 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -110,15 +110,6 @@ //Commenting form - // Expand comment box on focus, hide otherwise - - for(let el of document.getElementsByClassName('comment-box')) { - el.addEventListener('focus', function(event) { - event.preventDefault(); - this.parentNode.parentNode.addClass("collapsed"); - }); - } - // Open comment reply box function openReplyBox(id) {