Mercurial > hg > webaudioevaluationtool
changeset 1263:ea5e6e480866
Update to mismatched APE marker labels.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 21 Mar 2016 15:24:16 +0000 |
parents | 037d1365f1c3 |
children | 055d020099ea |
files | interfaces/ape.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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()