removed textarea selector
This commit is contained in:
parent
bb3d92fd36
commit
2fd2e4cfdb
@ -23,12 +23,6 @@ function grab_form() {
|
|||||||
}
|
}
|
||||||
arr.push(query);
|
arr.push(query);
|
||||||
});
|
});
|
||||||
$("form#entryForm :textarea").each(function() {
|
|
||||||
var input = $(this);
|
|
||||||
var vv = str_toHex(input.val());
|
|
||||||
let query = input.attr('id') + "=" + vv;
|
|
||||||
arr.push(query);
|
|
||||||
});
|
|
||||||
arr.push("section=" + new URL(window.location.href).searchParams.get("section"));
|
arr.push("section=" + new URL(window.location.href).searchParams.get("section"));
|
||||||
return arr.join("&");
|
return arr.join("&");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user