This commit is contained in:
2019-10-27 22:43:32 +01:00
parent dd3f9f41ce
commit 7c62e1a316
5 changed files with 10 additions and 9 deletions

View File

@ -80,6 +80,7 @@ const actionsDefaultKeys = {
hold: "c",
pause: "Escape",
}
var actions = {}
class Scheduler {
@ -756,8 +757,6 @@ function getKey(action) {
return localStorage.getItem(action) || actionsDefaultKeys[action]
}
var actions = {}
window.onload = function() {
tempTexts = []