This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-07-29 02:52:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
services
/
sync.js
7 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
use strict in all JS files
2017-10-21 21:10:33 -04:00
"use strict"
;
fix migration + cleanup unused Notecase tables in migration script
2017-10-22 20:22:09 -04:00
function
sync
(
)
{
}
setInterval
(
sync
,
60000
)
;
Reference in New Issue
Copy Permalink