Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Nov 17, 2023
1 parent 06a0edb commit 14f3e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ App.prototype = {
this.delay(() =>
this.playSubmit(() => {
this.delay(() => {
// window.location.href = this.playModeLink;
window.location.href = this.playModeLink;
})
})
);
Expand Down

0 comments on commit 14f3e6a

Please sign in to comment.