comparison interfaces/horizontal-sliders.js @ 2363:95dc0833eb0a

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Mon, 16 May 2016 16:20:59 +0100
parents a3099bdb056c
children 5b23f2e05207
comparison
equal deleted inserted replaced
2350:1ab42e36b6c8 2363:95dc0833eb0a
466 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options 466 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options
467 } else 467 } else
468 { 468 {
469 if (audioEngineContext.timer.testStarted == false) 469 if (audioEngineContext.timer.testStarted == false)
470 { 470 {
471 alert('You have not started the test! Please press start to begin the test!'); 471 interfaceContext.lightbox.post("Warning",'You have not started the test! Please press start to begin the test!');
472 return; 472 return;
473 } 473 }
474 } 474 }
475 testState.advanceState(); 475 testState.advanceState();
476 } 476 }