From 622236f666b2a0b3ecce79faa3da96602ac208d5 Mon Sep 17 00:00:00 2001 From: ortiza5 <43008712+ortiza5@users.noreply.github.com> Date: Thu, 11 Mar 2021 17:49:49 -0700 Subject: [PATCH] update helper function name --- js/spatial-navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }); }