forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-21 21:28:58 -06:00
parent ce7aac7869
commit e7b523121a
1 changed files with 2 additions and 1 deletions

View File

@ -370,7 +370,8 @@
});
window.onload = function() {
document.body.blur()
document.getElementById("frontpage").blur();
console.log('blurred')
};
</script>