diff --git a/applications/luci-app-unbound/htdocs/luci-static/resources/view/unbound/zones.js b/applications/luci-app-unbound/htdocs/luci-static/resources/view/unbound/zones.js index 830e91e2af..9c03ca0ede 100644 --- a/applications/luci-app-unbound/htdocs/luci-static/resources/view/unbound/zones.js +++ b/applications/luci-app-unbound/htdocs/luci-static/resources/view/unbound/zones.js @@ -126,6 +126,7 @@ return view.extend({ ena.load = (section_id) => { let _temp = uci.get('unbound', section_id, 'enabled'); if (_temp === '1') section_enabled = true; + return _temp; } return m.render();