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;