From 0d042e9b41f73ad098457df15a593df6881bd14d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 26 Sep 2021 12:32:23 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 2 ++ files/templates/default.html | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 8365d5a8de..cc89344f91 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -130,6 +130,8 @@ comment.classList.toggle("d-none"); form.classList.toggle("d-none"); actions.classList.toggle("d-none"); + console.log(id) + console.log(box) autoExpand(box); }; diff --git a/files/templates/default.html b/files/templates/default.html index e2c21acf36..1547791309 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -185,7 +185,6 @@ }; - //Autoexpand textedit comments document.addEventListener('input', function (event) { if (event.target.tagName.toLowerCase() !== 'textarea') return;