Files
2026-08-16 15:08:52 -04:00

5 lines
99 B
JavaScript

setInterval(function() {
if (document.hasFocus()) {
fetch('/presence')
}
}, 50000);