luci-app-ddns: remove unused variable declaration

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-09-04 14:03:30 +02:00 committed by Hannu Nyman
parent 38ab29229a
commit 1540db4a56

View file

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