1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 15:02:27 +02:00
This commit is contained in:
gorhill 2017-03-13 10:07:26 -04:00
parent 7a023077b3
commit 0d2c0a5ba3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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