gorhill 2015-05-07 08:22:42 -04:00
parent 6ad75c4257
commit 13af7c99c2

View file

@ -1334,7 +1334,7 @@ FilterParser.prototype.parseOptions = function(s) {
continue; continue;
} }
if ( opt === 'elemhide' ) { if ( opt === 'elemhide' ) {
if ( this.action !== AllowAction ) { if ( this.action === AllowAction ) {
this.parseOptType('elemhide', false); this.parseOptType('elemhide', false);
this.action = BlockAction; this.action = BlockAction;
continue; continue;