From 054ba17c963d62b8fa9aebd8859c46635c374789 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 5 Oct 2015 11:03:20 -0400 Subject: [PATCH] oops, mixed up ABP issues: it\'s rather from https://issues.adblockplus.org/ticket/616 --- src/js/static-net-filtering.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index d593acf1a..0e00f0b0d 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1454,10 +1454,10 @@ FilterParser.prototype.parseOptions = function(s) { this.parseOptParty(false, not); continue; } - // https://issues.adblockplus.org/ticket/647 + // https://issues.adblockplus.org/ticket/616 // `genericblock` concept already supported, just a matter of // adding support for the new keyword. - if ( opt === 'elemhide' || opt === 'genericblock' ) { + if ( opt === 'elemhide' || opt === 'generichide' ) { if ( this.action === AllowAction ) { this.parseOptType('elemhide', false); this.action = BlockAction;