diff core.js @ 787:8a926674000b

Bug #1488 fixed. Movement checks now operate per axis and report which axis and sliders need moving.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 11 Dec 2015 16:07:39 +0000
parents 9ed3abe54604
children 3539d6c992e4
line wrap: on
line diff
--- a/core.js	Fri Dec 11 15:54:59 2015 +0000
+++ b/core.js	Fri Dec 11 16:07:39 2015 +0000
@@ -233,6 +233,7 @@
 			{
 				console.log(e);
 				popup.buttonProceed.onclick();
+				e.preventDefault();
 			}
 		});