Merge pull request #4575 from 981213/fix-gre
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 5 Nov 2020 14:20:26 +0000 (15:20 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 14:20:26 +0000 (15:20 +0100)
luci-proto-gre: remove extra parenthesis

applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js

index e95702a75e51558a6fbb33fdff84793c996f697e..565ae54bfbe2d3fa198ec38ab3f712c232801d8d 100644 (file)
@@ -344,6 +344,8 @@ return view.extend({
                o.rmempty = true;
 
                o = s.taboption('additional', form.ListValue, 'adb_maxqueue', _('Download Queue'), _('Size of the download queue for download processing (incl. sorting, merging etc.) in parallel.'));
+               o.value('1');
+               o.value('2');
                o.value('4');
                o.value('8');
                o.value('16');