Mercurial > hg > webaudioevaluationtool
diff interfaces/ape.js @ 2171:ffe3ef69b8e6
Update to mismatched APE marker labels.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 21 Mar 2016 15:24:16 +0000 |
parents | af79a7f6a38b |
children | 2424a77a7c56 |
line wrap: on
line diff
--- a/interfaces/ape.js Mon Mar 21 15:15:40 2016 +0000 +++ b/interfaces/ape.js Mon Mar 21 15:24:16 2016 +0000 @@ -618,7 +618,7 @@ progress = progress.split('.')[0]; this.trackSliderObjects[0].children[0].textContent = progress+'%'; } else { - this.trackSliderObjects[0].children[0].textContent = this.parent.id; + this.trackSliderObjects[0].children[0].textContent = this.label; } }; this.startPlayback = function()