mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
minor formatting change
This commit is contained in:
parent
32f317ab85
commit
92f94c7765
1 changed files with 9 additions and 9 deletions
|
|
@ -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 a new issue