Mercurial > hg > webaudioevaluationtool
diff 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 |
line wrap: on
line diff
--- a/interfaces/horizontal-sliders.js Mon May 16 14:20:50 2016 +0100 +++ b/interfaces/horizontal-sliders.js Mon May 16 16:20:59 2016 +0100 @@ -468,7 +468,7 @@ { if (audioEngineContext.timer.testStarted == false) { - alert('You have not started the test! Please press start to begin the test!'); + interfaceContext.lightbox.post("Warning",'You have not started the test! Please press start to begin the test!'); return; } }