mirror of https://github.com/gorhill/uBlock.git
this fixes #80
This commit is contained in:
parent
16b4faae55
commit
1e266bd5bc
|
@ -195,6 +195,7 @@ var renderBlacklists = function() {
|
||||||
.replace('{{abpHideFilterCount}}', renderNumber(µb.abpHideFilters.getFilterCount()))
|
.replace('{{abpHideFilterCount}}', renderNumber(µb.abpHideFilters.getFilterCount()))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
uDom('a').attr('target', '_blank');
|
||||||
selectedBlacklistsHash = getSelectedBlacklistsHash();
|
selectedBlacklistsHash = getSelectedBlacklistsHash();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue