Fixed language file errors.

Fixed resize bug in questionset.
Fixed missing function on blanks.
pull/1/head
Frode Petterson 2013-09-18 10:00:02 +02:00
parent 123493c82a
commit 53fae497b1
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -3,7 +3,7 @@
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 25,
"patchVersion": 26,
"runnable": 1,
"fullscreen": 1,
"machineName": "H5P.QuestionSet",