Show questions in final mode for controller

This commit is contained in:
Alexander Hüllmandel 2019-08-25 14:56:46 +02:00
parent 197d35718b
commit 573aa2e41e
No known key found for this signature in database
GPG Key ID: E9C3846E172253C4

View File

@ -434,7 +434,7 @@ function loadQuestionToGui(index) {
if(index > -1) { if(index > -1) {
$("#displayQuestions").html(fragen[index]["frage"]); $("#displayQuestions").html(fragen[index]["frage"]);
if (isFinalMode){ if (isFinalMode && display){
$("#displayQuestions").hide(); $("#displayQuestions").hide();
} else { } else {
$("#displayQuestions").show("blind", { direction: "left" }, 1500); $("#displayQuestions").show("blind", { direction: "left" }, 1500);