diff ape.js @ 960:7cb875d41d7f

console log includes commentQuestion. Text input boxes width inside borders
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 27 May 2015 09:15:45 +0100
parents 4b29eddf74ea
children c35bd010cebb
line wrap: on
line diff
--- a/ape.js	Wed May 27 09:10:20 2015 +0100
+++ b/ape.js	Wed May 27 09:15:45 2015 +0100
@@ -807,7 +807,7 @@
 		cqHolder.id = commentQuestion[i].id;
 		comment.textContent = commentQuestion[i].children[2].value;
 		question.textContent = commentQuestion[i].children[0].textContent;
-        console.log('Question ' + i + ': ' + commentObjects[i].children[2].value); // DEBUG/SAFETY
+        console.log('Question ' + i + ': ' + commentQuestion[i].children[2].value); // DEBUG/SAFETY
 		cqHolder.appendChild(question);
 		cqHolder.appendChild(comment);
 		xmlDoc.appendChild(cqHolder);