mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
moved all global variables into glob object
This commit is contained in:
@@ -7,7 +7,7 @@ function showJumpToNote() {
|
||||
});
|
||||
|
||||
$("#jump-to-note-autocomplete").autocomplete({
|
||||
source: getAutocompleteItems(globalAllNoteIds),
|
||||
source: getAutocompleteItems(glob.allNoteIds),
|
||||
minLength: 0
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user