From 4a9e6c22ccaa4967d1aecd93b681cb3d0c7538ff Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 2 Mar 2015 11:25:45 -0500 Subject: [PATCH] code review --- src/js/static-net-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index a68e347dc..8faf9dd28 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -904,7 +904,7 @@ FilterGenericHnAnchored.prototype.match = function(url) { FilterGenericHnAnchored.fid = FilterGenericHnAnchored.prototype.fid = '||_'; FilterGenericHnAnchored.prototype.toString = function() { - return this.s; + return '||' + this.s; }; FilterGenericHnAnchored.prototype.toSelfie = function() {