mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
added date_modified to options as preparation for options syncing
This commit is contained in:
@@ -88,7 +88,7 @@ let globalEncryptionSessionTimeout;
|
||||
let globalEncryptedDataKey;
|
||||
let globalFullLoadTime;
|
||||
|
||||
setInterval(() => {
|
||||
function checkAudit() {
|
||||
$.ajax({
|
||||
url: baseApiUrl + 'audit/' + globalFullLoadTime,
|
||||
type: 'GET',
|
||||
@@ -109,7 +109,9 @@ setInterval(() => {
|
||||
}
|
||||
}
|
||||
});
|
||||
}, 10 * 1000);
|
||||
}
|
||||
|
||||
setInterval(checkAudit, 10 * 1000);
|
||||
|
||||
$(() => {
|
||||
$.get(baseApiUrl + 'tree').then(resp => {
|
||||
|
||||
Reference in New Issue
Block a user