diff ape.js @ 238:6a3591c66c65

Bug Fix #1303 on main
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Thu, 25 Jun 2015 16:40:11 +0100
parents d8bad6edaa95
children 3bda6ed7cc6a
line wrap: on
line diff
--- a/ape.js	Fri Jun 19 12:53:40 2015 +0100
+++ b/ape.js	Thu Jun 25 16:40:11 2015 +0100
@@ -334,6 +334,7 @@
 	// Delete any previous audioObjects associated with the audioEngine
 	audioEngineContext.audioObjects = [];
 	interfaceContext.deleteCommentBoxes();
+	interfaceContext.deleteCommentQuestions();
 	
 	// Find all the audioElements from the audioHolder
 	$(audioHolderObject.audioElements).each(function(index,element){