# HG changeset patch # User Nicholas Jillings # Date 1501764266 -7200 # Node ID b08ccdb5cb8f534704a1ac7051faddffa54d7e76 # Parent 81f17b7bfe827c04497591b5184c386d38b1b735 Fix for #215 diff -r 81f17b7bfe82 -r b08ccdb5cb8f interfaces/mushra.js --- a/interfaces/mushra.js Wed Aug 02 07:42:33 2017 +0100 +++ 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 () {