diff ape.js @ 898:070a90d1117c

Merge from the default branch
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 16 Jun 2015 14:14:08 +0100
parents e2e39f867db3
children 56c8325dc694
line wrap: on
line diff
--- a/ape.js	Thu Jun 11 10:06:58 2015 +0100
+++ b/ape.js	Tue Jun 16 14:14:08 2015 +0100
@@ -255,9 +255,7 @@
 		var trackURL = audioHolderObject.hostURL + element.url;
 		var audioObject = audioEngineContext.newTrack(element);
 		
-		if (commentShow) {
-			var node = interfaceContext.createCommentBox(audioObject);
-		}
+		var node = interfaceContext.createCommentBox(audioObject);
 		
 		// Create a slider per track
 		audioObject.interfaceDOM = new sliderObject(audioObject);