support custom event handlers for L.cbi.DeviceList widget
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Apr 2014 20:53:28 +0000 (22:53 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Apr 2014 20:53:28 +0000 (22:53 +0200)
luci2/htdocs/luci2/luci2.js

index 2b4a5f1..2b13604 100644 (file)
@@ -6066,11 +6066,11 @@ function LuCI2()
                                $('<li />')
                                        .append($('<label />')
                                                .addClass(itype + ' inline text-muted')
                                $('<li />')
                                        .append($('<label />')
                                                .addClass(itype + ' inline text-muted')
-                                               .append($('<input />')
+                                               .append(this.validator(sid, $('<input />')
                                                        .attr('name', itype + id)
                                                        .attr('type', itype)
                                                        .attr('value', '')
                                                        .attr('name', itype + id)
                                                        .attr('type', itype)
                                                        .attr('value', '')
-                                                       .prop('checked', $.isEmptyObject(check)))
+                                                       .prop('checked', $.isEmptyObject(check)), true))
                                                .append(L.tr('unspecified')))
                                        .appendTo(ul);
                        }
                                                .append(L.tr('unspecified')))
                                        .appendTo(ul);
                        }