Merge pull request #3374 from MartB/patch-1

luci-app-ddns: fix syntax error
This commit is contained in:
Florian Eckert 2019-11-29 08:29:41 +01:00 committed by GitHub
commit 88cdda44a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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