Skip to content
Snippets Groups Projects
Commit b1c4b537 authored by Jacob Poul Richardt's avatar Jacob Poul Richardt
Browse files

Fixed monitor blocks next slide.

parent 12363e46
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ define(["require", "exports", "knockout", "Models/Question", "Managers/Experimen
if (!success)
question.HasValidAnswer(false);
_this._activeAnsweSets(_this._activeAnsweSets() - 1);
_this.CheckIfAllQuestionsAreAnswered();
});
}
this.CheckIfAllQuestionsAreAnswered();
......
......@@ -91,6 +91,7 @@ class Default
{
if (!success) question.HasValidAnswer(false);
this._activeAnsweSets(this._activeAnsweSets() - 1);
this.CheckIfAllQuestionsAreAnswered();
});
}
......
......@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<title>Cockpit Experiments</title>
<script type="text/javascript">
var CacheBuster = 24;
var CacheBuster = 25;
</script>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment