HFJ-256: Added missing copyrights to boardgame.

d3summaryChart
Frode Petterson 2014-03-23 01:27:49 +01:00
parent 6c9634eae7
commit 7eca1c8c0b
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ H5P.QuestionSet = function (options, contentId) {
if (questionInstance.getCopyrights !== undefined) {
var rights = questionInstance.getCopyrights();
if (rights !== undefined) {
rights.setLabel('Question '+(i+1));
info.addContent(rights);
}
}