fix final intro bug
This commit is contained in:
parent
bc55e69bac
commit
37bc34ad20
@ -240,6 +240,9 @@ function stopSchweinchen() {
|
||||
function hideIntro() {
|
||||
$(".noIntro").show();
|
||||
$(".intro").hide();
|
||||
if(!$("#modeFinal").is(":checked")) {
|
||||
$("#resultFinal").hide();
|
||||
}
|
||||
if(intro) {
|
||||
intro.pause();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user