diff --git a/app/js/index.js b/app/js/index.js index bbeca1e..905ecbb 100644 --- a/app/js/index.js +++ b/app/js/index.js @@ -159,7 +159,7 @@ if (typeof(sw) == 'undefined') { } else { startGame(wrongWord); } - }, 1000); + }, 300); });