[Pkg-mozext-commits] [adblock-plus] 440/464: Issue 580 - removed check for hash part of url to fix whitelisting page issue with ending hash in url

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:42 UTC 2014


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

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

commit 4f4fb2f6a27141afd06ed6954188093c9f269abc
Author: Manvel Saroyan <manvel at adblockplus.org>
Date:   Fri Jun 13 13:27:37 2014 +0400

    Issue 580 - removed check for hash part of url to fix whitelisting page issue with ending hash in url
---
 lib/ui.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ui.js b/lib/ui.js
index b3dcbe5..f6c98c3 100644
--- a/lib/ui.js
+++ b/lib/ui.js
@@ -1502,7 +1502,7 @@ let UI = exports.UI =
       {
         let ending = "|";
         location = location.clone();
-        if (location instanceof Ci.nsIURL && location.ref)
+        if (location instanceof Ci.nsIURL)
           location.ref = "";
         if (location instanceof Ci.nsIURL && location.query)
         {

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



More information about the Pkg-mozext-commits mailing list