Add: pass appID to start.html

This commit is contained in:
2018-05-29 17:57:48 +09:00
parent 72ea114cc8
commit 34296567d0
5 changed files with 15 additions and 3 deletions
+1
View File
@@ -57,6 +57,7 @@ class MenuApp {
mouseAppIndex++;
new AppButton(startX + 150 * mouseAppIndex, 300, AppButton.TYPE_MOUSE, activeApp.AppName,
() => {
sessionStorageManager.playingAppID = activeApp.AppID;
sessionStorageManager.playingAppName = activeApp.AppName;
location.href = '../../web/client/start.html';
}