1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

this fixes #80

This commit is contained in:
gorhill 2014-07-17 18:03:54 -04:00
parent 16b4faae55
commit 1e266bd5bc

View File

@ -195,6 +195,7 @@ var renderBlacklists = function() {
.replace('{{abpHideFilterCount}}', renderNumber(µb.abpHideFilters.getFilterCount()))
);
uDom('a').attr('target', '_blank');
selectedBlacklistsHash = getSelectedBlacklistsHash();
};