[Pkg-mozext-commits] [tabmixplus] 43/147: Use viewtopic.php to access Tab mix plus help page, this will make all link to help content opens in the same frame. User can middle-click or control-click to open link in new tab

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:35 UTC 2017


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 418525412b6d6b0064184f770a0cacecd1d3b696
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Dec 3 12:59:13 2016 +0200

    Use viewtopic.php to access Tab mix plus help page, this will make all link to help content opens in the same frame. User can middle-click or control-click to open link in new tab
---
 chrome/content/preferences/preferences.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/preferences/preferences.js b/chrome/content/preferences/preferences.js
index c1a397b..903a393 100644
--- a/chrome/content/preferences/preferences.js
+++ b/chrome/content/preferences/preferences.js
@@ -525,7 +525,7 @@ function showPane(paneID) {
 }
 
 function openHelp(helpTopic) {
-  var helpPage = "http://tabmixplus.org/support/viewpage.php?t=3&p=";
+  var helpPage = "http://tabmixplus.org/support/viewtopic.php?t=3&p=";
   // Check if the help page already open in the top window
   var recentWindow = Tabmix.getTopWin();
   var tabBrowser = recentWindow.gBrowser;

-- 
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