Skip to content

Commit

Permalink
Fix focusing related tabs option
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinc committed Apr 6, 2014
1 parent e034815 commit 1a3fe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/tabutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 + "#");
}
}]
);
Expand Down

0 comments on commit 1a3fe35

Please sign in to comment.