We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de1bc6 commit 9acfc5dCopy full SHA for 9acfc5d
common/content/liberator.js
@@ -838,9 +838,9 @@ const Liberator = Module("liberator", {
838
}
839
840
options.withContext(function () {
841
- browser.addTab(url, { postData: postdata });
+ var newTab = browser.addTab(url, { postData: postdata });
842
if (where != liberator.NEW_BACKGROUND_TAB)
843
- browser.selectTabAtIndex(-1);
+ browser.selectedTab = newTab;
844
});
845
break;
846
0 commit comments