Merge pull request #3374 from MartB/patch-1
luci-app-ddns: fix syntax error
This commit is contained in:
commit
88cdda44a3
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