log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-29 16:44:40 +02:00
parent 171f68747e
commit 4857ede0e5

View File

@ -7,7 +7,6 @@
const updateFormMethod = () => {
const maxLength = 1024;
const textLength = textarea.value.length;
console.log(textLength);
if (textLength > maxLength) {
form.method = 'post';