Add: php server files for timer
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user