From c83017fc40bb4d056c465e5bb9a9b0807de24fc5 Mon Sep 17 00:00:00 2001 From: Greg Date: Sat, 23 Aug 2014 11:28:55 -0400 Subject: [PATCH] 5514: added return false to keypress admin cotrol function, though unable to test if it resolves the problem without being able to reproduce --- jscripts/ATutor_js.php | 1 + 1 file changed, 1 insertion(+) diff --git a/jscripts/ATutor_js.php b/jscripts/ATutor_js.php index 5abbed7c4..ac79b4952 100644 --- a/jscripts/ATutor_js.php +++ b/jscripts/ATutor_js.php @@ -226,6 +226,7 @@ if(code == 13 || code == 32) { ATutor.switchView($('#admin_switch').val()); } + return false; });