Mercurial > hg > webaudioevaluationtool
comparison 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 |
comparison
equal
deleted
inserted
replaced
1006:9e65514f45c9 | 1007:e5d57ea0e3c9 |
---|---|
265 | 265 |
266 // Load the full interface | 266 // Load the full interface |
267 testState.initialise(); | 267 testState.initialise(); |
268 testState.advanceState(); | 268 testState.advanceState(); |
269 | 269 |
270 testWaitIndicator(); | |
271 } | 270 } |
272 | 271 |
273 function loadTest(textXML) | 272 function loadTest(textXML) |
274 { | 273 { |
275 | 274 |
493 trackComment.appendChild(trackString); | 492 trackComment.appendChild(trackString); |
494 trackComment.appendChild(br); | 493 trackComment.appendChild(br); |
495 trackComment.appendChild(trackCommentBox); | 494 trackComment.appendChild(trackCommentBox); |
496 feedbackHolder.appendChild(trackComment); | 495 feedbackHolder.appendChild(trackComment); |
497 }); | 496 }); |
497 | |
498 | |
499 testWaitIndicator(); | |
498 } | 500 } |
499 | 501 |
500 | 502 |
501 function dragEnd(ev) { | 503 function dragEnd(ev) { |
502 // Function call when a div has been dropped | 504 // Function call when a div has been dropped |