gluon-web-*: remove unused Section variables (#1150)
This commit is contained in:
parent
acfc3cc1a2
commit
b44373efaf
@ -1,6 +1,6 @@
|
||||
return function(form, uci)
|
||||
if uci:get_bool("autoupdater", "settings", "enabled") then
|
||||
local s = form:section(
|
||||
form:section(
|
||||
Section, nil,
|
||||
translate('This node will automatically update its firmware when a new version is available.')
|
||||
)
|
||||
|
@ -28,7 +28,7 @@ end
|
||||
|
||||
local f = Form(translate("WLAN"))
|
||||
|
||||
local s = f:section(Section, nil, translate(
|
||||
f:section(Section, nil, translate(
|
||||
"You can enable or disable your node's client and mesh network "
|
||||
.. "SSIDs here. Please don't disable the mesh network without "
|
||||
.. "a good reason, so other nodes can mesh with yours.<br /><br />"
|
||||
|
Loading…
Reference in New Issue
Block a user