ProCreations commited on
Commit
28bd313
·
verified ·
1 Parent(s): c13ec7b

Integrate complete walkthrough mode functionality into main HTML

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -2705,5 +2705,6 @@
2705
  // Initialize
2706
  startAnimation();
2707
  </script>
 
2708
  </body>
2709
  </html>
 
2705
  // Initialize
2706
  startAnimation();
2707
  </script>
2708
+ <script src="walkthrough-enhancement.js"></script>
2709
  </body>
2710
  </html>