aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-10-05 11:03:20 -0400
committergorhill <rhill@raymondhill.net>2015-10-05 11:03:20 -0400
commit054ba17c963d62b8fa9aebd8859c46635c374789 (patch)
treebe4724551b7e5bfda05e4b956e9ea84af20fdd68 /src
parent8f4ee3e34d35478bf6040f14620d9e3d79870019 (diff)
downloaduBlock-054ba17c963d62b8fa9aebd8859c46635c374789.zip
uBlock-054ba17c963d62b8fa9aebd8859c46635c374789.tar.gz
uBlock-054ba17c963d62b8fa9aebd8859c46635c374789.tar.bz2
oops, mixed up ABP issues: it\'s rather from https://issues.adblockplus.org/ticket/616
Diffstat (limited to 'src')
-rw-r--r--src/js/static-net-filtering.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js
index d593acf..0e00f0b 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;