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

This commit is contained in:
Ruben Barkow 2017-06-23 13:00:52 +02:00 committed by Matthias Schiffer
parent acfc3cc1a2
commit b44373efaf
2 changed files with 2 additions and 2 deletions

View File

@ -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.')
)

View File

@ -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 />"