mirror of https://github.com/gorhill/uBlock.git
i need a vacation
This commit is contained in:
parent
7e4e69fd84
commit
dce5487fc0
|
@ -212,7 +212,7 @@ var domFilterer = {
|
||||||
|
|
||||||
// Modify style
|
// Modify style
|
||||||
if ( sel1 === undefined ) {
|
if ( sel1 === undefined ) {
|
||||||
this.job1._0.push(sel0);
|
this.job1._0.push(sel0 + ' { ' + style.slice(7, -1) + ' }');
|
||||||
this.job1._1 = undefined;
|
this.job1._1 = undefined;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue