This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
Notes
mirror of
https://github.com/TriliumNext/Notes
Watch
1
Star
0
Fork
You've already forked Notes
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2df7940392
Notes
/
services
/
sync.js
7 lines
62 B
JavaScript
Raw
Blame
History
"use strict"
;
function
sync
(
)
{
}
setInterval
(
sync
,
60000
)
;
Reference in New Issue
View Git Blame
Copy Permalink