fsdfsd
This commit is contained in:
parent
e3c8611c55
commit
901627bd3b
9 changed files with 20 additions and 20 deletions
|
@ -1,5 +1,7 @@
|
|||
function formkey() {
|
||||
return document.getElementById("formkey").innerHTML
|
||||
let formkey = document.getElementById("formkey")
|
||||
if (formkey) return formkey.innerHTML;
|
||||
else return null;
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue