Removed text from nav buttons.

d3summaryChart
Frode Petterson 2014-06-26 16:23:12 +02:00
parent 21535779a8
commit 24f877cc8e
2 changed files with 6 additions and 6 deletions

View File

@ -64,9 +64,9 @@ H5P.QuestionSet = function (options, contentId) {
' <span class="progress-text"></span>' + ' <span class="progress-text"></span>' +
' <% } %>' + ' <% } %>' +
' </div>' + ' </div>' +
' <a class="prev button"><%= texts.prevButton %></a>' + ' <a class="prev button" title="<%= texts.prevButton %>"></a>' +
' <a class="next button"><%= texts.nextButton %></a>' + ' <a class="next button" title="<%= texts.nextButton %>"></a>' +
' <a class="finish button"><%= texts.finishButton %></a>' + ' <a class="finish button" title="<%= texts.finishButton %>"></a>' +
' </div>' + ' </div>' +
'</div>'; '</div>';
@ -427,7 +427,7 @@ H5P.QuestionSet = function (options, contentId) {
} }
return info; return info;
} };
// Masquerade the main object to hide inner properties and functions. // Masquerade the main object to hide inner properties and functions.
var returnObject = { var returnObject = {

View File

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