This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Trilium
Watch
1
Star
0
Fork
0
You've already forked Trilium
mirror of
https://github.com/zadam/trilium.git
synced
2025-10-31 18:36:30 +01:00
Code
Issues
Packages
Projects
Releases
Activity
Files
5253f680f6d7b2ee6c527a1329ecdf4d940abb26
Trilium
/
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