Add: print sample - graph, ranking

This commit is contained in:
2018-08-10 18:16:15 +09:00
parent d97dbaa20f
commit ae42c35807
10 changed files with 188 additions and 14 deletions
+1 -1
View File
@@ -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) => {
+1
View File
@@ -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>
+2 -1
View File
@@ -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>