From f71d3689a90673b74ba475e2be9da0f49fa9df62 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 4 Nov 2017 23:51:44 -0400 Subject: [PATCH] fix case 2 of #3199 --- src/js/cosmetic-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/cosmetic-filtering.js b/src/js/cosmetic-filtering.js index a953a8283..9baf3a5ee 100644 --- a/src/js/cosmetic-filtering.js +++ b/src/js/cosmetic-filtering.js @@ -1380,7 +1380,7 @@ FilterContainer.prototype.fromCompiledContent = function( // low generic, complex case 1: // #tads + div + .c case 3: // .Mpopup + #Mad > #MadZone - db = args[0] === 0 ? this.lowlyGeneric.id : this.lowlyGeneric.cl; + db = args[0] === 1 ? this.lowlyGeneric.id : this.lowlyGeneric.cl; bucket = db.complex.get(args[1]); if ( bucket === undefined ) { if ( db.simple.has(args[1]) ) {