mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-14 19:29:50 +00:00
display shortcuts in the menu
This commit is contained in:
parent
062f95f7c9
commit
264518de89
1 changed files with 0 additions and 2 deletions
|
@ -257,7 +257,5 @@ chrome.commands.getAll((commands) => {
|
||||||
} else if (command.name === 'add-selection') {
|
} else if (command.name === 'add-selection') {
|
||||||
document.getElementById('selectionChapterShortcut').appendChild(document.createTextNode(command.shortcut));
|
document.getElementById('selectionChapterShortcut').appendChild(document.createTextNode(command.shortcut));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
console.log('ALl commands', commands);
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue