mirror of https://github.com/gorhill/uBlock.git
comment...
This commit is contained in:
parent
054ba17c96
commit
19a717b4b6
|
@ -1455,7 +1455,7 @@ FilterParser.prototype.parseOptions = function(s) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// https://issues.adblockplus.org/ticket/616
|
// https://issues.adblockplus.org/ticket/616
|
||||||
// `genericblock` concept already supported, just a matter of
|
// `generichide` concept already supported, just a matter of
|
||||||
// adding support for the new keyword.
|
// adding support for the new keyword.
|
||||||
if ( opt === 'elemhide' || opt === 'generichide' ) {
|
if ( opt === 'elemhide' || opt === 'generichide' ) {
|
||||||
if ( this.action === AllowAction ) {
|
if ( this.action === AllowAction ) {
|
||||||
|
|
Loading…
Reference in New Issue