Add: php server files for timer

This commit is contained in:
2018-12-13 00:36:48 +09:00
parent edbd4743af
commit 537b0c1db1
10 changed files with 374 additions and 88 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ var LicenseTimer = {
this.chart = new Chart();
this.chart.printContents();
this.inputScore = new InputScore(this.chart);
this.inputScore = new InputScore(this.timer, this.chart);
},
back: function() {