Files
nexium-web/app/static/js/presence.js
2026-08-02 17:55:21 +00:00

5 lines
99 B
JavaScript

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