Skip to content

Commit

Permalink
fix regression from a7fe367: see uBlockOrigin/uAssets#101 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 13, 2016
1 parent 4e0723e commit a39bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/cosmetic-filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ FilterContainer.prototype.retrieveUserScripts = function(domain, hostname) {
bucket.retrieve(hostname, selectors);
}
if ( entity !== '' && (bucket = this.userScripts.get(entity)) ) {
bucket.retrieve(hostname, selectors);
bucket.retrieve(entity, selectors);
}
var i = selectors.length;
while ( i-- ) {
Expand Down

0 comments on commit a39bd8a

Please sign in to comment.