Merge pull request #978 from danielyxie/dev

hotfix being to do other stuff while working out at the gym
This commit is contained in:
hydroflame 2021-05-31 23:44:14 -04:00 committed by GitHub
commit ca8fc54400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

@ -126,5 +126,5 @@
"watch": "webpack --watch --mode production", "watch": "webpack --watch --mode production",
"watch:dev": "webpack --watch --mode development" "watch:dev": "webpack --watch --mode development"
}, },
"version": "0.51.9" "version": "0.51.10"
} }

@ -1366,6 +1366,9 @@ export function startClass(costMult, expMult, className) {
return false; return false;
}); });
const focusButton = clearEventListeners("work-in-progress-something-else-button");
focusButton.style.visibility = "hidden";
//Display Work In Progress Screen //Display Work In Progress Screen
Engine.loadWorkInProgressContent(); Engine.loadWorkInProgressContent();
} }