luci-app-ddns: fix syntax error

unexpected token: punc ) caused by extra ,

Signed-off-by: MartB <mart.b@outlook.de>
This commit is contained in:
MartB 2019-11-29 01:26:38 +01:00 committed by MartB
parent 58b3ef44da
commit 0d53606908

View file

@ -145,7 +145,7 @@ return L.view.extend({
var m, s, o;
m = new form.Map('ddns', _('Dynamic DNS'),);
m = new form.Map('ddns', _('Dynamic DNS'));
var is = m.section(form.NamedSection, 'global', 'ddns', _('Information'));