OPML 2 import, closes #298, #286

This commit is contained in:
zadam
2019-02-16 22:13:29 +01:00
parent a1b610fc50
commit 1359dd86c2
2 changed files with 33 additions and 16 deletions

View File

@@ -145,7 +145,6 @@ function bindShortcut(keyboardShortcut, handler) {
}
$(document).bind('keydown', keyboardShortcut, e => {
console.log(e);
handler();
e.preventDefault();