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 7cb2f7c..01653e6 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)