hotfix being to do other stuff while working out at the gym

This commit is contained in:
Olivier Gagnon
2021-05-31 23:43:51 -04:00
parent ad9c01ac50
commit cf67213c36
3 changed files with 6 additions and 3 deletions

View File

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