From 46178e484921bb6fb37deb458f8f5b253ea9c2f4 Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 13 Apr 2013 11:51:14 +0200 Subject: [PATCH] try faster --- app/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });