# HG changeset patch # User Nicholas Jillings # Date 1501764266 -7200 # Node ID 15f266931a2d81017ec18bc60b9aaeaa9bdb3c84 # Parent b91945fc6fea26ef1be492961cc10a16a9ae38e5 Fix for #215 diff -r b91945fc6fea -r 15f266931a2d interfaces/mushra.js --- a/interfaces/mushra.js Thu Aug 03 14:30:31 2017 +0200 +++ b/interfaces/mushra.js Thu Aug 03 14:44:26 2017 +0200 @@ -343,6 +343,10 @@ // Called by the audioObject holding this element. Must be present var node = storage.document.createElement('value'); node.textContent = this.slider.value; + var iname = testState.getCurrentTestPage().interfaces[0].name; + if (typeof iname == "string") { + node.setAttribute("interface-name", iname); + } return node; }; this.startPlayback = function () {