This website requires JavaScript.
Explore
Help
Sign In
Syntax
/
syntaxwebsite
Watch
1
Star
0
Fork
You've already forked syntaxwebsite
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
syntaxwebsite
/
app
/
static
/
js
/
presence.js
5 lines
99 B
JavaScript
Raw
Permalink
Blame
History
setInterval
(
function
(
)
{
if
(
document
.
hasFocus
(
)
)
{
fetch
(
'/presence'
)
}
}
,
50000
)
;
Reference in New Issue
View Git Blame
Copy Permalink