update helper function name

This commit is contained in:
ortiza5 2021-03-11 17:49:49 -07:00
parent 05f3200581
commit 622236f666

View File

@ -2385,8 +2385,8 @@ function main() {
} }
function register() { function register() {
window.removeEventListener("DOMContentLoaded", register); window.removeEventListener("DOMContentLoaded", register);
HELPER_FUNCTIONS.getSettings(console.log(localStorage.getItem("HOTKEY_CODES"))); HELPER_FUNCTIONS.getSettings();
HELPER_FUNCTIONS.startKeyPressListeners(); HELPER_FUNCTIONS.startKeyUpListener();
CONTROLLER.Controller([window]) CONTROLLER.Controller([window])
.forEach(function (view) { return views.unshift(view); }); .forEach(function (view) { return views.unshift(view); });
} }