log
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
171f68747e
commit
4857ede0e5
|
@ -7,7 +7,6 @@
|
|||
const updateFormMethod = () => {
|
||||
const maxLength = 1024;
|
||||
const textLength = textarea.value.length;
|
||||
console.log(textLength);
|
||||
|
||||
if (textLength > maxLength) {
|
||||
form.method = 'post';
|
||||
|
|
Loading…
Reference in New Issue