master
kek7198 2021-12-21 21:29:31 -06:00
parent e7b523121a
commit 8754d9ff35
1 changed files with 4 additions and 0 deletions

View File

@ -369,6 +369,10 @@
console.log(event)
});
document.body.addEventListener('blur', (event) => {
console.log(event)
});
window.onload = function() {
document.getElementById("frontpage").blur();
console.log('blurred')