forked from MarseyWorld/MarseyWorld
fix console errors bc of font extensions or whatever
parent
1831e168b4
commit
cab8b2bdc3
|
@ -193,7 +193,7 @@ if (nav.length) {
|
|||
|
||||
function formkey() {
|
||||
let formkey = document.getElementById("formkey")
|
||||
if (formkey) return formkey.innerHTML;
|
||||
if (formkey) return formkey.textContent;
|
||||
else return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue