Remove current blue dot on endGame

HVP-222
pull/6/head
Frode Petterson 2016-07-26 14:31:29 +02:00
parent 9c981e94c6
commit b7a991fc3c
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ H5P.QuestionSet = function (options, contentId) {
};
var _displayEndGame = function () {
$('.progress-dot.current', $myDom).removeClass('current');
if (rendered) {
$myDom.children().hide().filter('.questionset-results').show();
self.trigger('resize');