Add: license company subject data
This commit is contained in:
@@ -3,8 +3,6 @@ var LicenseTimer = {
|
||||
create: function() {
|
||||
game.stage.backgroundColor = "#4d4d4d";
|
||||
|
||||
this.initVariables();
|
||||
|
||||
// keyboard shortcut
|
||||
this.keyboardShortcut = new KeyboardShortcut();
|
||||
this.keyboardShortcut.addCallback(
|
||||
@@ -32,11 +30,6 @@ var LicenseTimer = {
|
||||
this.inputScore = new InputScore(this.chart);
|
||||
},
|
||||
|
||||
|
||||
initVariables: function() {
|
||||
},
|
||||
|
||||
|
||||
back: function() {
|
||||
sessionStorageManager.resetPlayingAppData();
|
||||
// location.href = '../../web/client/menu_typing_test.html';
|
||||
|
||||
Reference in New Issue
Block a user