Mercurial > hg > webaudioevaluationtool
changeset 2356:dee115f3efee
Fix #61
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 16 May 2016 14:35:14 +0100 |
parents | 33d2c4fd2625 |
children | 66cbd68a4ed0 |
files | interfaces/AB.js |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/interfaces/AB.js Mon May 16 13:41:35 2016 +0100 +++ b/interfaces/AB.js Mon May 16 14:35:14 2016 +0100 @@ -163,6 +163,11 @@ interfaceContext.commentBoxes.showCommentBoxes(commentHolder,true); } resizeWindow(null); + + $(audioHolderObject.commentQuestions).each(function(index,element) { + var node = interfaceContext.createCommentQuestion(element); + commentHolder.appendChild(node.holder); + }); } function comparator(audioHolderObject)