Mercurial > hg > webaudioevaluationtool
changeset 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 | 4f769a43d8ed |
children | 8c70e6434770 |
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()