diff --git a/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js b/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js index 9ec91a3..de91188 100644 --- a/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js +++ b/luci-app-internet-detector/htdocs/luci-static/resources/view/internet-detector.js @@ -344,13 +344,13 @@ return view.extend({ E('label', { 'class': 'cbi-value-title', 'for': 'initButton' }, _('Run service at startup') ), - E('div', { 'class': 'cbi-value-field' }, + E('div', { 'class': 'cbi-value-field' }, [ E('div', {}, this.ctx.initButton), E('input', { 'id' : 'initButton', 'type': 'hidden', }), - ), + ]), ]); }, }),