From 9615f5a6529f113abd6cfc04893d75cce8efe11f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 26 Sep 2021 12:26:38 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 9 --------- 1 file changed, 9 deletions(-) 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) {