# HG changeset patch # User Nicholas Jillings # Date 1449577261 0 # Node ID 3359408db7aac4e03d0c2484269c1b78070273d9 # Parent 1de4c0257fa401be0c900cdbdcfc2a1fee6e44ea Bug #1485: Core.js patches from side revision. diff -r 1de4c0257fa4 -r 3359408db7aa 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