Files
website/app/static/js/presence.js
T
copyrighttxt 05211f73ef add web
2026-07-06 13:28:00 -04:00

5 lines
99 B
JavaScript

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