mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
encryption converted to module
This commit is contained in:
@@ -29,7 +29,7 @@ async function checkStatus() {
|
||||
// this will also reload the note content
|
||||
await glob.tree.fancytree('getTree').reload(treeResp.notes);
|
||||
|
||||
decryptTreeItems();
|
||||
encryption.decryptTreeItems();
|
||||
}
|
||||
|
||||
$("#changesToPushCount").html(resp.changesToPushCount);
|
||||
|
||||
Reference in New Issue
Block a user