display shortcuts in the menu

This commit is contained in:
Alex Adam 2018-01-20 15:30:33 +02:00
parent 062f95f7c9
commit 264518de89

View file

@ -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);
}) })