Skip to content
Snippets Groups Projects
Commit b44373ef authored by Ruben Barkow's avatar Ruben Barkow Committed by Matthias Schiffer
Browse files

gluon-web-*: remove unused Section variables (#1150)

parent acfc3cc1
No related branches found
No related tags found
No related merge requests found
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 />"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment