Mercurial > hg > webaudioevaluationtool
diff ape.js @ 1007:e5d57ea0e3c9
Feature #1252: Test Wait Indicator now fully implemented with auto clearing on test ready.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 01 Jun 2015 09:46:51 +0100 |
parents | d141519a99f2 |
children | eefdac420017 |
line wrap: on
line diff
--- a/ape.js Mon Jun 01 09:26:59 2015 +0100 +++ b/ape.js Mon Jun 01 09:46:51 2015 +0100 @@ -267,7 +267,6 @@ testState.initialise(); testState.advanceState(); - testWaitIndicator(); } function loadTest(textXML) @@ -495,6 +494,9 @@ trackComment.appendChild(trackCommentBox); feedbackHolder.appendChild(trackComment); }); + + + testWaitIndicator(); }