mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix #2450
This commit is contained in:
parent
7a023077b3
commit
0d2c0a5ba3
@ -180,8 +180,7 @@
|
||||
var listKeys = [];
|
||||
if ( bin.selectedFilterLists ) {
|
||||
listKeys = bin.selectedFilterLists;
|
||||
}
|
||||
if ( bin.remoteBlacklists ) {
|
||||
} else if ( bin.remoteBlacklists ) {
|
||||
var oldListKeys = µb.newListKeysFromOldData(bin.remoteBlacklists);
|
||||
if ( oldListKeys.sort().join() !== listKeys.sort().join() ) {
|
||||
listKeys = oldListKeys;
|
||||
|
Loading…
Reference in New Issue
Block a user