git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
58b3ef4
)
luci-app-ddns: fix syntax error
author
MartB
<redacted>
Fri, 29 Nov 2019 00:26:38 +0000
(
01:26
+0100)
committer
MartB
<redacted>
Fri, 29 Nov 2019 00:29:05 +0000
(
01:29
+0100)
unexpected token: punc ) caused by extra ,
Signed-off-by: MartB <redacted>
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
patch
|
blob
|
history
diff --git
a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
index 50066d8d40420964288d5bc5aa2b31b979b12c15..93106db62bac9818a8bb5bbf10ed0925e7af80f9 100644
(file)
--- a/
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
+++ b/
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
@@
-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'));
git clone https://git.99rst.org/PROJECT