mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
fix regression from a7fe367eec
: see https://github.com/uBlockOrigin/uAssets/issues/101#issuecomment-246777505
This commit is contained in:
parent
4e0723e1b5
commit
a39bd8a1c0
1 changed files with 1 additions and 1 deletions
|
@ -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-- ) {
|
||||
|
|
Loading…
Reference in a new issue