projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf78ed
)
libs/cbi: Optimized Comboboxes
author
Steven Barth
<steven@midlink.org>
Tue, 5 Aug 2008 00:44:31 +0000
(
00:44
+0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 5 Aug 2008 00:44:31 +0000
(
00:44
+0000)
libs/cbi/htdocs/luci-static/resources/cbi.js
patch
|
blob
|
history
diff --git
a/libs/cbi/htdocs/luci-static/resources/cbi.js
b/libs/cbi/htdocs/luci-static/resources/cbi.js
index 7cb2f7c1dc41bd752080fa74ba263d625477ea61..01653e6e59897c289b7a8d6022f335350a54f773 100644
(file)
--- a/
libs/cbi/htdocs/luci-static/resources/cbi.js
+++ b/
libs/cbi/htdocs/luci-static/resources/cbi.js
@@
-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)