diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/form.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index 66ba030208..b1e7d2c393 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -4007,7 +4007,7 @@ var CBIFlagValue = CBIValue.extend(/** @lends LuCI.form.FlagValue.prototype */ { * Sets the input value to use for the checkbox checked state. * * @name LuCI.form.FlagValue.prototype#enabled - * @type number + * @type string * @default 1 */ @@ -4015,7 +4015,7 @@ var CBIFlagValue = CBIValue.extend(/** @lends LuCI.form.FlagValue.prototype */ { * Sets the input value to use for the checkbox unchecked state. * * @name LuCI.form.FlagValue.prototype#disabled - * @type number + * @type string * @default 0 */ |