diff options
Diffstat (limited to 'applications/luci-app-simple-adblock/htdocs/luci-static/resources/view/simple-adblock')
-rw-r--r-- | applications/luci-app-simple-adblock/htdocs/luci-static/resources/view/simple-adblock/overview.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-app-simple-adblock/htdocs/luci-static/resources/view/simple-adblock/overview.js b/applications/luci-app-simple-adblock/htdocs/luci-static/resources/view/simple-adblock/overview.js index e9334654a1..6b428f08da 100644 --- a/applications/luci-app-simple-adblock/htdocs/luci-static/resources/view/simple-adblock/overview.js +++ b/applications/luci-app-simple-adblock/htdocs/luci-static/resources/view/simple-adblock/overview.js @@ -60,7 +60,6 @@ return view.extend({ (replyPlatform[pkg.Name].leds).forEach(element => { o.value(element); }); - o.rmempty = false; } var text = _("DNS resolution option, see the %sREADME%s for details.") .format("<a href=\"" + pkg.URL + "#dns-resolution-option\" target=\"_blank\">", "</a>"); |