Mercurial > hg > webaudioevaluationtool
diff interfaces/mushra.js @ 1143:c1c5cb020fd3
Added new horizontal slider class. Launched using ABC test interface.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 13 Jan 2016 12:27:38 +0000 |
parents | 3924a4e1499b |
children | 92f26057b934 |
line wrap: on
line diff
--- a/interfaces/mushra.js Wed Jan 13 10:31:31 2016 +0000 +++ b/interfaces/mushra.js Wed Jan 13 12:27:38 2016 +0000 @@ -202,7 +202,7 @@ this.holder.appendChild(this.slider); this.holder.appendChild(this.play); this.holder.align = "center"; - if (audioObject.id == 0) + if (label == 0) { this.holder.style.marginLeft = '0px'; }