luci-app-ddns: remove unused variable declaration
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
38ab29229a
commit
1540db4a56
1 changed files with 1 additions and 3 deletions
|
@ -150,9 +150,7 @@ return view.extend({
|
|||
|
||||
m = new form.Map('ddns', _('Dynamic DNS'));
|
||||
|
||||
var is = m.section(form.NamedSection, 'global', 'ddns', _('Information'));
|
||||
|
||||
s = is;
|
||||
s = m.section(form.NamedSection, 'global', 'ddns', _('Information'));
|
||||
|
||||
s.tab('info', _('Information'));
|
||||
s.tab('global', _('Global Settings'));
|
||||
|
|
Loading…
Reference in a new issue