libs/web: fix wrong default focus in dynlist widgets (#388)
This commit is contained in:
parent
9de7ff8e69
commit
fd0f8e80c5
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ function cbi_dynlist_init(name, respath, datatype, optional, choices)
|
|||
return false;
|
||||
}
|
||||
|
||||
cbi_dynlist_redraw(-1, -1, -1);
|
||||
cbi_dynlist_redraw(NaN, -1, -1);
|
||||
}
|
||||
|
||||
//Hijacks the CBI form to send via XHR (requires Prototype)
|
||||
|
|
Loading…
Reference in a new issue