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>' +
' <% } %>' +
' </div>' +
' <a class="prev button"><%= texts.prevButton %></a>' +
' <a class="next button"><%= texts.nextButton %></a>' +
' <a class="finish button"><%= texts.finishButton %></a>' +
' <a class="prev button" title="<%= texts.prevButton %>"></a>' +
' <a class="next button" title="<%= texts.nextButton %>"></a>' +
' <a class="finish button" title="<%= texts.finishButton %>"></a>' +
' </div>' +
'</div>';
@ -427,7 +427,7 @@ H5P.QuestionSet = function (options, contentId) {
}
return info;
}
};
// Masquerade the main object to hide inner properties and functions.
var returnObject = {
@ -444,4 +444,4 @@ H5P.QuestionSet = function (options, contentId) {
getCopyrights: getCopyrights
};
return returnObject;
};
};

View File

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