diff ape.js @ 211:5d251b4aabd6 Dev_main

Fix for Bug #1280
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Tue, 16 Jun 2015 14:38:47 +0100
parents 7658d51a9ccb
children 7c93a516b748
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){