luci-base: js linting fixes / ES6 treatment
authorPaul Donald <redacted>
Sat, 14 Feb 2026 18:46:15 +0000 (19:46 +0100)
committerPaul Donald <redacted>
Mon, 16 Feb 2026 00:42:57 +0000 (01:42 +0100)
commit50a8d5325db0b631bc86f9e3f375d1473fd4149c
treed3110d5eff5e10171cba326d9b41af54c3d076bf
parent394d92e042f6115da4279729ff3f39e6482f4c8c
luci-base: js linting fixes / ES6 treatment

prevent global variable bleed and reduce size somewhat

-cbi
-network
-protocol/static
-rpc
-tools/widgets
-tools/views
-uci

protocols

Signed-off-by: Paul Donald <redacted>
12 files changed:
modules/luci-base/htdocs/luci-static/resources/cbi.js
modules/luci-base/htdocs/luci-static/resources/fs.js
modules/luci-base/htdocs/luci-static/resources/network.js
modules/luci-base/htdocs/luci-static/resources/protocol/static.js
modules/luci-base/htdocs/luci-static/resources/tools/views.js
modules/luci-base/htdocs/luci-static/resources/tools/widgets.js
modules/luci-base/htdocs/luci-static/resources/uci.js
protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js
protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js
protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js
protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js
protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js
git clone https://git.99rst.org/PROJECT