diff --git a/public/script.js b/public/script.js index ef54779..e050d26 100644 --- a/public/script.js +++ b/public/script.js @@ -90,7 +90,7 @@ App.prototype = { this.delay(() => this.playSubmit(() => { this.delay(() => { - // window.location.href = this.playModeLink; + window.location.href = this.playModeLink; }) }) );