mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Only apply automatic text focus when working as an interviewer (otherwise may jump to strange part of page)
This commit is contained in:
@@ -6,8 +6,6 @@ $(document).ready(function()
|
||||
if (typeof checkconditions!='undefined') checkconditions();
|
||||
if (typeof template_onload!='undefined') template_onload();
|
||||
prepareCellAdapters();
|
||||
$(".text").focus();
|
||||
$(".textarea").focus();
|
||||
document['onkeypress'] = checkEnter;
|
||||
if (typeof(focus_element) != 'undefined')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user