Mercurial > hg > webaudioevaluationtool
diff ape.js @ 810:babd5366db49
Analysis page clean up. Instructions minor update. Minor fixes.
author | Brecht De Man <BrechtDeMan@users.noreply.github.com> |
---|---|
date | Mon, 21 Dec 2015 12:10:17 +0100 |
parents | 8540d153caec |
children | 56ee920d5d85 |
line wrap: on
line diff
--- a/ape.js Fri Dec 18 22:37:16 2015 +0000 +++ b/ape.js Mon Dec 21 12:10:17 2015 +0100 @@ -315,7 +315,7 @@ } } - var commentBoxPrefix = "Comment on track"; + var commentBoxPrefix = "Comment on fragment"; var commentShow = audioHolderObject.elementComments; @@ -609,7 +609,7 @@ var obj = []; $(this.trackSliderObjects).each(function(i,trackObj){ var node = document.createElement('value'); - node.setAttribute("inteerface-name",trackObj.getAttribute("interface-name")); + node.setAttribute("interface-name",trackObj.getAttribute("interface-name")); node.textContent = convSliderPosToRate(trackObj); obj.push(node); });