HFJ-256: Added missing copyrights to boardgame.

pull/1/head
Frode Petterson 2014-03-23 01:27:49 +01:00
parent 0f8892d697
commit aa5387feef
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,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);
}
}