mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #2450
This commit is contained in:
parent
7a023077b3
commit
0d2c0a5ba3
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue