diff ape.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 56c8325dc694
children ab79d76c6f85
line wrap: on
line diff
--- a/ape.js	Tue Jun 16 14:34:50 2015 +0100
+++ b/ape.js	Tue Jun 16 14:38:47 2015 +0100
@@ -245,6 +245,7 @@
 	
 	// Delete any previous audioObjects associated with the audioEngine
 	audioEngineContext.audioObjects = [];
+	interfaceContext.deleteCommentBoxes();
 	
 	// Find all the audioElements from the audioHolder
 	$(audioHolderObject.audioElements).each(function(index,element){