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:
parent
58b3ef44da
commit
0d53606908
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ return L.view.extend({
|
||||||
|
|
||||||
var m, s, o;
|
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'));
|
var is = m.section(form.NamedSection, 'global', 'ddns', _('Information'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue