correct gui reset on question load
This commit is contained in:
parent
7726fbe481
commit
5916a7b125
@ -281,9 +281,7 @@ function loadQuestionToGui(index) {
|
|||||||
$("#schweinchenImg").hide();
|
$("#schweinchenImg").hide();
|
||||||
$("#schweinchen1Img").hide();
|
$("#schweinchen1Img").hide();
|
||||||
$("#schweinchen2Img").hide();
|
$("#schweinchen2Img").hide();
|
||||||
if (!display) {
|
$("#answers").empty();
|
||||||
$("#answers").empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
$('.footer').toggle(!isFinalMode);
|
$('.footer').toggle(!isFinalMode);
|
||||||
$('.xmarker').toggle(!isFinalMode);
|
$('.xmarker').toggle(!isFinalMode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user