From 1a3fe35afdc59c91d36d55b066eed3f74c034877 Mon Sep 17 00:00:00 2001 From: ithinc Date: Sun, 6 Apr 2014 14:52:18 +0800 Subject: [PATCH] Fix focusing related tabs option --- chrome/content/tabutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/tabutils.js b/chrome/content/tabutils.js index 2efee10..c224d10 100644 --- a/chrome/content/tabutils.js +++ b/chrome/content/tabutils.js @@ -256,7 +256,7 @@ tabutils._tabOpeningOptions = function() { } } this.moveTabTo(t, t._tPos > lastRelatedTab._tPos ? lastRelatedTab._tPos + 1 : lastRelatedTab._tPos); - t.setAttribute("opener", this.mCurrentTab.linkedPanel); + t.setAttribute("opener", this.mCurrentTab.linkedPanel + "#"); } }] );