Mercurial > hg > webaudioevaluationtool
diff ape.js @ 2052:6003efe433c6
Feature #1283: Project specification node <BrowserEvalProjectDocument> now included in output file.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 25 Jun 2015 17:03:40 +0100 |
parents | da1be86c1782 |
children | 7a8fcf04aad3 |
line wrap: on
line diff
--- a/ape.js Thu Jun 25 16:37:51 2015 +0100 +++ b/ape.js Thu Jun 25 17:03:40 2015 +0100 @@ -298,11 +298,11 @@ feedbackHolder.innerHTML = null; canvas.innerHTML = null; - //var playbackHolder = document.createElement('div'); - //playbackHolder.style.width = "100%"; - //playbackHolder.align = 'center'; - //playbackHolder.appendChild(interfaceContext.playhead.object); - //feedbackHolder.appendChild(playbackHolder); + var playbackHolder = document.createElement('div'); + playbackHolder.style.width = "100%"; + playbackHolder.align = 'center'; + playbackHolder.appendChild(interfaceContext.playhead.object); + feedbackHolder.appendChild(playbackHolder); // Setup question title var interfaceObj = audioHolderObject.interfaces; var commentBoxPrefix = "Comment on track";