Spaces:
Running
Running
Update goBackToMain to hide walkthrough mode
Browse files- index.html +1 -0
index.html
CHANGED
@@ -1793,6 +1793,7 @@
|
|
1793 |
mainMenu.style.display = 'block';
|
1794 |
taskSelection.style.display = 'none';
|
1795 |
developerMode.style.display = 'none';
|
|
|
1796 |
trainingInterface.style.display = 'none';
|
1797 |
currentCategory = null;
|
1798 |
}
|
|
|
1793 |
mainMenu.style.display = 'block';
|
1794 |
taskSelection.style.display = 'none';
|
1795 |
developerMode.style.display = 'none';
|
1796 |
+
document.getElementById('walkthroughMode').style.display = 'none';
|
1797 |
trainingInterface.style.display = 'none';
|
1798 |
currentCategory = null;
|
1799 |
}
|