luci-app-squid: remove variable redeclaration
authorDaniel Nilsson <dannil+github@protonmail.com>
Fri, 27 Dec 2024 18:37:18 +0000 (19:37 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Fri, 27 Dec 2024 18:48:37 +0000 (18:48 +0000)
commit235ec08a6aca5c3d7349e56c577d223e23f6e9e2
tree54679a7fe204b457f691841fb326cf9690eafc8f
parenta8f09c0ee08fd8e1d5913b852c1794c992637075
luci-app-squid: remove variable redeclaration

Since 22d4830 the form variables m, s, and o was changed to be declared
with let instead of var, but the o variable was redeclared in the app,
resulting in a redeclaration error when it was changed to instead be
declared with let.

Signed-off-by: Daniel Nilsson <dannil+github@protonmail.com>
applications/luci-app-squid/htdocs/luci-static/resources/view/squid.js