add web
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
setInterval(function() {
|
||||
if (document.hasFocus()) {
|
||||
fetch('/presence')
|
||||
}
|
||||
}, 50000);
|
||||
Reference in New Issue
Block a user