mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Resolve dependencies when a combobox is updated.
This commit is contained in:
@@ -172,6 +172,12 @@ function cbi_combobox(id, values, def, man) {
|
||||
} else {
|
||||
obj.value = sel.options[sel.selectedIndex].value;
|
||||
}
|
||||
|
||||
try {
|
||||
cbi_d_update();
|
||||
} catch (e) {
|
||||
//Do nothing
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user