diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2019-01-05 00:43:37 -0500 |
---|---|---|
committer | Daniel F. Dickinson <cshored@thecshore.com> | 2019-01-05 00:43:37 -0500 |
commit | f5a871bfe89871dbdcf430ae8c81e46c15c1424a (patch) | |
tree | 94c1dfb0fbbdff4df1e962814afa8fc870dc2c92 /applications/luci-app-statistics | |
parent | 66c2bbc2790813a7889c0dd329131e5012fc83dd (diff) |
luci-base: Fix addr:port validate always fails
In cbi.js there is an error which causes ipaddrport validation to always fail.
JS match() return the entire match as ret[0] and individual matches (for multiple ()) as the
subsequent list members. So we fix it by just fixing the index in the calls that want the
individual parts.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'applications/luci-app-statistics')
0 files changed, 0 insertions, 0 deletions