master
kek7198 2021-12-21 21:18:34 -06:00
parent 94f3a11f48
commit 6330c58966
1 changed files with 6 additions and 0 deletions

View File

@ -364,5 +364,11 @@
{% endif %}
<script src="/assets/CHRISTMAS/js/default.js?v=204"></script>
<script>
document.body.addEventListener('focus', (event) => {
console.log(event)
});
</script>
</body>
</html>