Skip to content

Commit

Permalink
5514: added return false to keypress admin cotrol function, though un…
Browse files Browse the repository at this point in the history
…able to test if it resolves the problem without being able to reproduce
  • Loading branch information
Greg committed Aug 23, 2014
1 parent ce5bbc6 commit c83017f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jscripts/ATutor_js.php
Expand Up @@ -226,6 +226,7 @@
if(code == 13 || code == 32) {
ATutor.switchView($('#admin_switch').val());
}
return false;
});
<?php } ?>

Expand Down

0 comments on commit c83017f

Please sign in to comment.