finally enable update checks

This commit is contained in:
синечка ♡ 2025-05-13 23:35:01 +03:00
parent 831cbcfa5d
commit b8016dc0fb

View file

@ -1,4 +1,5 @@
window.addEventListener('DOMContentLoaded', async () => { window.addEventListener('DOMContentLoaded', async () => {
clock() clock()
searcher() searcher()
check_update()
}) })