libs/web: fix undesired autofocus of DynamicList widget
This commit is contained in:
parent
6ae669da06
commit
161218a576
1 changed files with 4 additions and 4 deletions
|
@ -724,7 +724,7 @@ function cbi_dynlist_init(name, respath, datatype, optional, choices)
|
|||
return false;
|
||||
}
|
||||
|
||||
cbi_dynlist_redraw(0, -1, -1);
|
||||
cbi_dynlist_redraw(-1, -1, -1);
|
||||
}
|
||||
|
||||
//Hijacks the CBI form to send via XHR (requires Prototype)
|
||||
|
|
Loading…
Reference in a new issue