mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
modules/luci-base: fixes typo
This commit is contained in:
parent
dddd74832c
commit
b911c6b18d
@ -189,7 +189,7 @@ var cbi_validators = {
|
||||
{
|
||||
return cbi_validators.hostname.apply(this) ||
|
||||
((ipv4only != 1) && cbi_validators.ipaddr.apply(this)) ||
|
||||
((ipv4only == 1) && cb_validators.ip4addr.apply(this));
|
||||
((ipv4only == 1) && cbi_validators.ip4addr.apply(this));
|
||||
},
|
||||
|
||||
'hostname': function()
|
||||
|
Loading…
Reference in New Issue
Block a user