# HG changeset patch # User Nicholas Jillings # Date 1458573856 0 # Node ID 96fe3e4e8082c3f8cf7f2e73a7a557be47713f60 # Parent 520c4525c9b3d615a0d6cee2a284b45c410c03b4 Update to mismatched APE marker labels. diff -r 520c4525c9b3 -r 96fe3e4e8082 interfaces/ape.js --- 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()