Remove strange character

Fix-translations
Paal Joergensen 2018-04-25 09:40:33 +02:00
parent bc259fc3a5
commit 1e94e1bdd9
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
// Set overrides for questions
var override;
if (params.override.showSolutionButton || params.override.retryButton || params.override.checkButton === false) {
if (params.override.showSolutionButton || params.override.retryButton || params.override.checkButton === false) {
override = {};
if (params.override.showSolutionButton) {
// Force "Show solution" button to be on or off for all interactions