luci-app-ddns: remove unused variable declaration
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 4 Sep 2020 12:03:30 +0000 (14:03 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 6 Sep 2020 12:23:09 +0000 (15:23 +0300)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js

index 711769fb67553e8abac3b4435ec476167ccfa52d..5b8d381627d7bee1243e561ddbf8f57c5d4e7ec2 100644 (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'));