This commit is contained in:
gorhill 2017-03-13 10:07:26 -04:00
parent b77cfc3735
commit b12e158a80
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;