libs/cbi: Optimized Comboboxes
authorSteven Barth <steven@midlink.org>
Tue, 5 Aug 2008 00:44:31 +0000 (00:44 +0000)
committerSteven Barth <steven@midlink.org>
Tue, 5 Aug 2008 00:44:31 +0000 (00:44 +0000)
libs/cbi/htdocs/luci-static/resources/cbi.js

index 7cb2f7c1dc41bd752080fa74ba263d625477ea61..01653e6e59897c289b7a8d6022f335350a54f773 100644 (file)
@@ -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)