mirror of https://github.com/gorhill/uBlock.git
minor formatting change
This commit is contained in:
parent
32f317ab85
commit
92f94c7765
|
@ -222,15 +222,15 @@ var renderFilterLists = function(soft) {
|
||||||
groups = groupsFromLists(details.available),
|
groups = groupsFromLists(details.available),
|
||||||
liGroup, i, groupKey,
|
liGroup, i, groupKey,
|
||||||
groupKeys = [
|
groupKeys = [
|
||||||
'default',
|
'default',
|
||||||
'ads',
|
'ads',
|
||||||
'privacy',
|
'privacy',
|
||||||
'malware',
|
'malware',
|
||||||
'social',
|
'social',
|
||||||
'multipurpose',
|
'multipurpose',
|
||||||
'regions',
|
'regions',
|
||||||
'custom'
|
'custom'
|
||||||
];
|
];
|
||||||
for ( i = 0; i < groupKeys.length; i++ ) {
|
for ( i = 0; i < groupKeys.length; i++ ) {
|
||||||
groupKey = groupKeys[i];
|
groupKey = groupKeys[i];
|
||||||
liGroup = liFromListGroup(groupKey, groups[groupKey]);
|
liGroup = liFromListGroup(groupKey, groups[groupKey]);
|
||||||
|
|
Loading…
Reference in New Issue