comparison interfaces/AB.js @ 2468:8273da734d07

Fixed #61
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 02 Aug 2016 12:37:07 +0100
parents 77404bde464c
children 1647bb807186
comparison
equal deleted inserted replaced
2467:221688a8be4f 2468:8273da734d07
205 } 205 }
206 } 206 }
207 207
208 $(audioHolderObject.commentQuestions).each(function(index,element) { 208 $(audioHolderObject.commentQuestions).each(function(index,element) {
209 var node = interfaceContext.createCommentQuestion(element); 209 var node = interfaceContext.createCommentQuestion(element);
210 commentHolder.appendChild(node.holder); 210 document.getElementById('testContent').appendChild(node.holder);
211 }); 211 });
212 212
213 resizeWindow(null); 213 resizeWindow(null);
214 } 214 }
215 215