# HG changeset patch # User Nicholas Jillings # Date 1449577261 0 # Node ID 7c937cc3bc533068840ccd675babf2d2c749f7f7 # Parent e66434e0f573420760773121dc6921ef12b9305a Bug #1485: Core.js patches from side revision. diff -r e66434e0f573 -r 7c937cc3bc53 core.js --- a/core.js Tue Dec 08 12:18:06 2015 +0100 +++ b/core.js Tue Dec 08 12:21:01 2015 +0000 @@ -649,7 +649,6 @@ this.testPageCompleted = function(store, testXML, testId) { // Function called each time a test page has been completed - // Can be used to over-rule default behaviour var metric = document.createElement('metric'); if (audioEngineContext.metric.enableTestTimer) { @@ -658,17 +657,17 @@ testTime.textContent = audioEngineContext.timer.testDuration; metric.appendChild(testTime); } - testXML.appendChild(metric); + store.appendChild(metric); var audioObjects = audioEngineContext.audioObjects; for (var i=0; i