[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 182/483: EHH no longer forces the elements to be hidden after adding filter, leaves that to Adblock Plus.

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit fc20e3b754fd345cb3d5ce159bfff8da5e19e4fe
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Oct 13 07:51:47 2009 +0200

    EHH no longer forces the elements to be hidden after adding filter, leaves that to Adblock Plus.
---
 chrome/content/composer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/composer.js b/chrome/content/composer.js
index 158c118..2f45fd9 100644
--- a/chrome/content/composer.js
+++ b/chrome/content/composer.js
@@ -555,5 +555,5 @@ function addExpression() {
                       .createInstance().wrappedJSObject;
   abp.addPatterns([document.getElementById("expression").value], 1);
 
-  togglePreview(true);
+  togglePreview(false);
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list