1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
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;
}
if ( opt === 'elemhide' ) {
if ( this.action !== AllowAction ) {
if ( this.action === AllowAction ) {
this.parseOptType('elemhide', false);
this.action = BlockAction;
continue;