This website requires JavaScript.
Explore
Help
Sign in
zadam
/
trilium
Watch
1
Star
1
Fork
You've already forked trilium
0
mirror of
https://github.com/zadam/trilium.git
synced
2024-11-11 18:08:13 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5253f680f6
trilium
/
services
/
sync.js
7 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
use strict in all JS files
2017-10-22 09:10:33 +08:00
"use strict"
;
fix migration + cleanup unused Notecase tables in migration script
2017-10-23 08:22:09 +08:00
function
sync
(
)
{
}
setInterval
(
sync
,
60000
)
;
Reference in a new issue
Copy permalink