mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
moved all global variables into glob object
This commit is contained in:
@@ -17,7 +17,7 @@ $(document).bind('keydown', 'alt+l', () => {
|
||||
}
|
||||
|
||||
$("#note-autocomplete").autocomplete({
|
||||
source: getAutocompleteItems(globalAllNoteIds),
|
||||
source: getAutocompleteItems(glob.allNoteIds),
|
||||
minLength: 0,
|
||||
change: () => {
|
||||
const val = $("#note-autocomplete").val();
|
||||
|
||||
Reference in New Issue
Block a user