[Pkg-mozext-commits] [tabmixplus] 08/22: Open Google+ Share in current tab when Tabmix preference is to open in new tab

David Prévot taffit at moszumanska.debian.org
Sun Jan 4 16:46:35 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 84d7ba9aea7146aa658a4da42d0a987afdad2dd1
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Dec 25 16:36:17 2014 +0200

    Open Google+ Share in current tab when Tabmix preference is to open in new tab
---
 modules/ContentClick.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ContentClick.jsm b/modules/ContentClick.jsm
index 1bfbaaa..5bc2451 100644
--- a/modules/ContentClick.jsm
+++ b/modules/ContentClick.jsm
@@ -877,7 +877,7 @@ var ContentClickInternal = {
       return true;
 
     let _list = ["/preferences", "/advanced_search", "/language_tools", "/profiles",
-                 "/accounts/Logout", "/accounts/ServiceLogin"];
+                 "/accounts/Logout", "/accounts/ServiceLogin","/u/2/stream/all"];
 
     let testPathname = _list.indexOf(node.pathname) > -1;
     if (testPathname)

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



More information about the Pkg-mozext-commits mailing list