diff core.js @ 900:d350e20bddd1

Fix for Bug #1280
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Tue, 16 Jun 2015 14:38:47 +0100
parents 070a90d1117c
children ab79d76c6f85
line wrap: on
line diff
--- a/core.js	Tue Jun 16 14:34:50 2015 +0100
+++ b/core.js	Tue Jun 16 14:38:47 2015 +0100
@@ -1680,6 +1680,10 @@
 		}
 	};
 	
+	this.deleteCommentBoxes = function() {
+		this.commentBoxes = [];
+	}
+	
 	this.createCommentQuestion = function(element) {
 		var node;
 		if (element.type == 'text') {