mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-26 14:49:17 -05: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