ProCreations commited on
Commit
ccc846f
·
verified ·
1 Parent(s): 59e23d6

Update goBackToMain to hide walkthrough mode

Browse files
Files changed (1) hide show
  1. 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
  }