fix final intro bug

This commit is contained in:
rofl256 2018-08-06 11:16:50 +02:00
parent bc55e69bac
commit 37bc34ad20

View File

@ -240,6 +240,9 @@ function stopSchweinchen() {
function hideIntro() {
$(".noIntro").show();
$(".intro").hide();
if(!$("#modeFinal").is(":checked")) {
$("#resultFinal").hide();
}
if(intro) {
intro.pause();
}