diff --git a/js/spatial-navigation.js b/js/spatial-navigation.js index b3cdeda..4010874 100644 --- a/js/spatial-navigation.js +++ b/js/spatial-navigation.js @@ -2385,8 +2385,8 @@ function main() { } function register() { window.removeEventListener("DOMContentLoaded", register); - HELPER_FUNCTIONS.getSettings(console.log(localStorage.getItem("HOTKEY_CODES"))); - HELPER_FUNCTIONS.startKeyPressListeners(); + HELPER_FUNCTIONS.getSettings(); + HELPER_FUNCTIONS.startKeyUpListener(); CONTROLLER.Controller([window]) .forEach(function (view) { return views.unshift(view); }); }