diff options
Diffstat (limited to 'modules/luci-base/htdocs/luci-static/resources')
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index 61518b749d..0352b78077 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -1084,7 +1084,7 @@ var CBITableSection = CBITypedSection.extend({ for (var i = 0; i < this.children.length; i++) { var o1 = this.children[i]; - if (o1.disabled || o1.modalonly === false) + if (o1.modalonly === false) continue; var o2 = s.option(o1.constructor, o1.option, o1.title, o1.description); |