mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
moved all global variables into glob object
This commit is contained in:
@@ -7,7 +7,7 @@ function getParentEncryption(node) {
|
||||
}
|
||||
|
||||
function getNodeByKey(noteId) {
|
||||
return globalTree.fancytree('getNodeByKey', noteId);
|
||||
return glob.tree.fancytree('getNodeByKey', noteId);
|
||||
}
|
||||
|
||||
function getNoteTitle(noteId) {
|
||||
|
||||
Reference in New Issue
Block a user