libs/cbi: Optimized Comboboxes
This commit is contained in:
parent
1cf78edcbf
commit
eddcc1fdbd
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function cbi_combobox(id, values, def, man) {
|
|||
|
||||
function cbi_combobox_init(id, values, def, man) {
|
||||
var obj = document.getElementById(id)
|
||||
cbi_bind(obj, "change", function() {
|
||||
cbi_bind(obj, "blur", function() {
|
||||
cbi_combobox(id, values, def, man)
|
||||
})
|
||||
cbi_combobox(id, values, def, man)
|
||||
|
|
Loading…
Reference in a new issue