diff ape.js @ 1970:cf08f2881a39

Hitting enter in any pop-up goes to the next window (or submits, or starts the test)
author Brecht De Man <b.deman@qmul.ac.uk>
date Wed, 18 Nov 2015 11:08:52 +0100
parents 82f43919f385
children a0d7a64d8325 235594325b84
line wrap: on
line diff
--- a/ape.js	Fri Nov 13 17:59:39 2015 +0000
+++ b/ape.js	Wed Nov 18 11:08:52 2015 +0100
@@ -588,7 +588,7 @@
 	    {
 	        if (audioEngineContext.timer.testStarted == false)
 	        {
-	            alert('You have not started the test! Please press start to begin the test!');
+	            alert('You have not started the test! Please click a fragment to begin the test!');
 	            return;
 	        }
 	    }