parent
9c981e94c6
commit
b7a991fc3c
|
@ -383,6 +383,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
};
|
};
|
||||||
|
|
||||||
var _displayEndGame = function () {
|
var _displayEndGame = function () {
|
||||||
|
$('.progress-dot.current', $myDom).removeClass('current');
|
||||||
if (rendered) {
|
if (rendered) {
|
||||||
$myDom.children().hide().filter('.questionset-results').show();
|
$myDom.children().hide().filter('.questionset-results').show();
|
||||||
self.trigger('resize');
|
self.trigger('resize');
|
||||||
|
|
Loading…
Reference in New Issue