# HG changeset patch # User www-data # Date 1467883255 -3600 # Node ID 61dba2f2c9dd11183e923932c0f27ba82e0e27d6 # Parent 8a4ed73cfa4c3304862fd67cb5dad3ec1bcf7cb3# Parent e5b205b9210909e7c498c47fcd9612d335e6c3c3 Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool diff -r 8a4ed73cfa4c -r 61dba2f2c9dd js/core.js --- a/js/core.js Thu Jun 23 13:20:47 2016 +0100 +++ b/js/core.js Thu Jul 07 10:20:55 2016 +0100 @@ -3226,6 +3226,7 @@ this.update(); } this.state = 1; + this.root.setAttribute("state","complete"); return this.root; }; }