Fix pig not hidden when cancelling animation
This commit is contained in:
parent
9cebb7f6f0
commit
c6bbeb2b46
@ -324,9 +324,9 @@ function stopSchweinchen() {
|
||||
$("#questionsSelect").val(index+1);
|
||||
changeFrage();
|
||||
|
||||
$("#schweinchen3Img").hide();
|
||||
$("#schweinchen1Img").hide();
|
||||
$("#schweinchen2Img").hide();
|
||||
$("#schweinchen3Img").stop(true, true).hide();
|
||||
$("#schweinchen1Img").stop(true, true).hide();
|
||||
$("#schweinchen2Img").stop(true, true).hide();
|
||||
$("#result").show();
|
||||
$(".footer").show("blind", { direction: "left" }, 1500);
|
||||
if(schweinchen) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user