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 = [];
|
var listKeys = [];
|
||||||
if ( bin.selectedFilterLists ) {
|
if ( bin.selectedFilterLists ) {
|
||||||
listKeys = bin.selectedFilterLists;
|
listKeys = bin.selectedFilterLists;
|
||||||
}
|
} else if ( bin.remoteBlacklists ) {
|
||||||
if ( bin.remoteBlacklists ) {
|
|
||||||
var oldListKeys = µb.newListKeysFromOldData(bin.remoteBlacklists);
|
var oldListKeys = µb.newListKeysFromOldData(bin.remoteBlacklists);
|
||||||
if ( oldListKeys.sort().join() !== listKeys.sort().join() ) {
|
if ( oldListKeys.sort().join() !== listKeys.sort().join() ) {
|
||||||
listKeys = oldListKeys;
|
listKeys = oldListKeys;
|
||||||
|
Loading…
Reference in New Issue
Block a user