log
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2023-08-29 16:44:40 +02:00
parent 171f68747e
commit 4857ede0e5
No known key found for this signature in database
GPG Key ID: BD711A37FE7DD77E
1 changed files with 0 additions and 1 deletions

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';