1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-06 19:02:30 +01: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 = []; 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;