correct gui reset on question load

This commit is contained in:
rofl256 2017-09-25 05:24:38 +02:00
parent 7726fbe481
commit 5916a7b125

View File

@ -281,9 +281,7 @@ function loadQuestionToGui(index) {
$("#schweinchenImg").hide();
$("#schweinchen1Img").hide();
$("#schweinchen2Img").hide();
if (!display) {
$("#answers").empty();
}
$('.footer').toggle(!isFinalMode);
$('.xmarker').toggle(!isFinalMode);