From b98ef0fc7a15a2fd2d55fa2f809f9378f38aa802 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Wed, 16 Jan 2013 22:01:39 +0100 Subject: [PATCH] Fix bug in questionsets.js --- js/questionset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/questionset.js b/js/questionset.js index a3dbbff..0f880e4 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -167,7 +167,7 @@ H5P.QuestionSet = function (options) { }; // Function for attaching the multichoice to a DOM element. - var attach = function (targetId) { + var attach = function (target) { if (typeof(target) == "string") { target = $("#" + target); } else {