Fix various bugs

pull/1/head
Svein-Tore Griff With 2013-05-06 01:36:46 +02:00
parent 8a15f5e7fb
commit 7c0e4e4b85
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ H5P.QuestionSet = function (options, contentId) {
$('.qs-startbutton', $myDom).click(function () {
$(this).parents('.intro-page').hide();
$('.questionset', $myDom).removeClass('hidden');
$('.questionset', $myDom).addClass('started').removeClass('hidden');
});
// Set event listeners.