forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-21 21:30:22 -06:00
parent 8754d9ff35
commit eb87086f92
1 changed files with 0 additions and 10 deletions

View File

@ -368,16 +368,6 @@
document.body.addEventListener('focus', (event) => {
console.log(event)
});
document.body.addEventListener('blur', (event) => {
console.log(event)
});
window.onload = function() {
document.getElementById("frontpage").blur();
console.log('blurred')
};
</script>
</body>