Add: print sample - graph, ranking
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
sessionStorage.setItem("playerName", jsonData["playerName"]);
|
||||
sessionStorage.setItem("playerAccountType", jsonData["playerAccountType"]);
|
||||
|
||||
// location.href='./../client/menu_app.html';
|
||||
location.href='./../client/menu_app.html';
|
||||
},
|
||||
|
||||
(errorMessage, errorCode) => {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<script src="../../game/lib/back_button.js"></script>
|
||||
<script src="../../game/lib/fullscreen_button.js"></script>
|
||||
<script src="../../game/lib/screen_bottom.js"></script>
|
||||
<script src="../../game/lib/announce_box.js"></script>
|
||||
|
||||
<!-- source files -->
|
||||
<script src="../../game/result/history_board.js"></script>
|
||||
|
||||
@@ -24,8 +24,9 @@
|
||||
<script src="../../game/lib/back_button.js"></script>
|
||||
<script src="../../game/lib/fullscreen_button.js"></script>
|
||||
<script src="../../game/lib/screen_bottom.js"></script>
|
||||
<script src="../../game/lib/chart.js"></script>
|
||||
<script src="../../game/lib/how_to_play.js"></script>
|
||||
<script src="../../game/lib/chart.js"></script>
|
||||
<script src="../../game/lib/announce_box.js"></script>
|
||||
|
||||
<!-- source files -->
|
||||
<script src="../../game/start/start.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user