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