diff --git a/app/js/index.js b/app/js/index.js index 43fec6e..7019620 100644 --- a/app/js/index.js +++ b/app/js/index.js @@ -47,12 +47,12 @@ if (typeof(sw) == 'undefined') { sw.gameover = true; var result = 'Sehr gut!'; - if (sw.wrongWords > 1 || sw.finaltime > 60) { - result = 'geht so...'; - }; if (sw.wrongWords > 1 || sw.finaltime > 50) { result = 'Du kannst das besser!'; }; + if (sw.wrongWords > 1 || sw.finaltime > 60) { + result = 'geht so...'; + }; if (sw.wrongWords > 1 && sw.finaltime < 40) { result = 'Du bist sehr schnell, aber du hast Fehler gemacht'; };