Add requested changes from QA

pull/26/head
Oliver Tacke 2018-02-22 16:34:08 +01:00
parent 04d8ee49bf
commit c1cadd975a
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
' <% if (introPage.introduction) { %>' + ' <% if (introPage.introduction) { %>' +
' <div class="introduction"><%= introPage.introduction %></div>' + ' <div class="introduction"><%= introPage.introduction %></div>' +
' <% } %>' + ' <% } %>' +
' <div class="buttons"><a class="qs-startbutton h5p-joubelui-button h5p-button" type="button" tabindex=0, aria-label="' + this.startButtonText +'"><%= introPage.startButtonText %></a></div>' + ' <div class="buttons"><a href="#" class="qs-startbutton h5p-joubelui-button h5p-button"><%= introPage.startButtonText %></a></div>' +
'</div>' + '</div>' +
'<% } %>' + '<% } %>' +
'<div tabindex="-1" class="qs-progress-announcer"></div>' + '<div tabindex="-1" class="qs-progress-announcer"></div>' +
@ -957,6 +957,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
$(this).parents('.intro-page').hide(); $(this).parents('.intro-page').hide();
$('.questionset', $myDom).show(); $('.questionset', $myDom).show();
_showQuestion(params.initialQuestion); _showQuestion(params.initialQuestion);
event.preventDefault();
}) })
.keydown(function (event) { .keydown(function (event) {
switch (event.which) { switch (event.which) {