diff --git a/web/js/main.js b/web/js/main.js index db4aa9b..93f841e 100644 --- a/web/js/main.js +++ b/web/js/main.js @@ -240,6 +240,9 @@ function stopSchweinchen() { function hideIntro() { $(".noIntro").show(); $(".intro").hide(); + if(!$("#modeFinal").is(":checked")) { + $("#resultFinal").hide(); + } if(intro) { intro.pause(); }