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