You've already forked dencode.xrg.es
This commit is contained in:
@ -7,7 +7,6 @@
|
|||||||
const updateFormMethod = () => {
|
const updateFormMethod = () => {
|
||||||
const maxLength = 1024;
|
const maxLength = 1024;
|
||||||
const textLength = textarea.value.length;
|
const textLength = textarea.value.length;
|
||||||
console.log(textLength);
|
|
||||||
|
|
||||||
if (textLength > maxLength) {
|
if (textLength > maxLength) {
|
||||||
form.method = 'post';
|
form.method = 'post';
|
||||||
|
Reference in New Issue
Block a user