diff interfaces/discrete.js @ 2362:a3099bdb056c

Implemented #55
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Mon, 16 May 2016 16:14:52 +0100
parents 426995e02e79
children 5b23f2e05207
line wrap: on
line diff
--- a/interfaces/discrete.js	Mon May 16 16:10:24 2016 +0100
+++ b/interfaces/discrete.js	Mon May 16 16:14:52 2016 +0100
@@ -515,7 +515,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;
 	        }
 	    }