1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00

minor formatting change

This commit is contained in:
gorhill 2017-05-18 18:55:03 -04:00
parent 32f317ab85
commit 92f94c7765
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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]);