# HG changeset patch # User Nicholas Jillings # Date 1501764661 -7200 # Node ID f57581f200681f79cc91bcf00e606cb573f0ecd6 # Parent beb60cab1f6649f322b7619cfa6f68b537251082# Parent b08ccdb5cb8f534704a1ac7051faddffa54d7e76 Merge branch 'master' into vnext diff -r beb60cab1f66 -r f57581f20068 interfaces/mushra.js --- a/interfaces/mushra.js Wed Aug 02 07:42:50 2017 +0100 +++ b/interfaces/mushra.js Thu Aug 03 14:51:01 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 () {