This commit is contained in:
azivner
2017-09-03 18:50:56 -04:00
parent 81c534104f
commit 573e2f7ace
3 changed files with 5 additions and 10 deletions

View File

@@ -108,9 +108,6 @@ function getNodeIdFromLabel(label) {
}
$(document).bind('keydown', 'alt+l', function() {
var range = $('#noteDetail').summernote('createRange');
console.log("range:", range);
$("#noteAutocomplete").val('');
$("#linkTitle").val('');
@@ -124,7 +121,7 @@ $(document).bind('keydown', 'alt+l', function() {
let autocompleteItems = [];
for (let noteId in globalNoteNames) {
for (const noteId of globalAllNoteIds) {
let fullName = getFullName(noteId);
autocompleteItems.push({