luci/modules/luci-base/htdocs/luci-static/resources
Daniel F. Dickinson f5a871bfe8 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>
2019-01-05 00:43:37 -05:00
..
cbi resources/icons: Use gifsicle to save a few bytes. 2015-10-09 16:00:57 -07:00
icons luci-base: remove unused icons 2018-07-17 16:19:00 +02:00
cbi.js luci-base: Fix addr:port validate always fails 2019-01-05 00:43:37 -05:00
luci.js luci-base: rework ui tabbing code 2018-12-10 13:41:34 +01:00
xhr.js modules: use configurable poll interval 2018-12-20 10:19:07 +01:00