# HG changeset patch # User www-data # Date 1501781086 -3600 # Node ID 7fa175a37aca3a535728a916f83106dbfc952f27 # Parent db5e601861e69732df9c8441ee7fca3be0342e33# Parent b08ccdb5cb8f534704a1ac7051faddffa54d7e76 Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool diff -r db5e601861e6 -r 7fa175a37aca interfaces/mushra.js --- a/interfaces/mushra.js Wed Aug 02 08:24:40 2017 +0100 +++ b/interfaces/mushra.js Thu Aug 03 18:24:46 2017 +0100 @@ -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 () {