mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed bug: When self completing group by group or all-in-one, numeric key presses may change previous answers
This commit is contained in:
@@ -74,6 +74,7 @@ function templatereplace($line, $replacements=array(), $anonymized=false, $quest
|
||||
{
|
||||
$(".text").focus();
|
||||
$(".textarea").focus();
|
||||
document[\'onkeypress\'] = checkEnter;
|
||||
});
|
||||
</script>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user