Show questions in final mode for controller
This commit is contained in:
parent
197d35718b
commit
573aa2e41e
@ -434,7 +434,7 @@ function loadQuestionToGui(index) {
|
||||
|
||||
if(index > -1) {
|
||||
$("#displayQuestions").html(fragen[index]["frage"]);
|
||||
if (isFinalMode){
|
||||
if (isFinalMode && display){
|
||||
$("#displayQuestions").hide();
|
||||
} else {
|
||||
$("#displayQuestions").show("blind", { direction: "left" }, 1500);
|
||||
|
Loading…
x
Reference in New Issue
Block a user