From 37bc34ad201900fcaabfd2cec7bd5207619d626c Mon Sep 17 00:00:00 2001 From: rofl256 Date: Mon, 6 Aug 2018 11:16:50 +0200 Subject: [PATCH] fix final intro bug --- web/js/main.js | 3 +++ 1 file changed, 3 insertions(+) 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(); }