Mercurial > hg > webaudioevaluationtool
diff ape.js @ 153:789c3cd06290 Dev_main
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 | 4c59838d1225 |
children | 61f8e66d119d |
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(); }