mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #80
This commit is contained in:
parent
16b4faae55
commit
1e266bd5bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue