Mercurial > hg > webaudioevaluationtool
diff ape.js @ 2051:da1be86c1782
Bug #1303 fixed. New function on page creation to destroy old commentQuestion objects.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 25 Jun 2015 16:37:51 +0100 |
parents | acf57b56634a |
children | e74327737152 |
line wrap: on
line diff
--- a/ape.js Sat Jun 20 16:57:06 2015 +0100 +++ b/ape.js Thu Jun 25 16:37:51 2015 +0100 @@ -360,6 +360,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){