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() {
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); });
}