mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 00:54:14 +01:00
Cleanup liberator.open a bit; could probably use a bit more.
This commit is contained in:
@@ -166,8 +166,7 @@ function Browser() //{{{
|
||||
function ()
|
||||
{
|
||||
let homepages = gHomeButton.getHomePage();
|
||||
liberator.open(homepages, /\bhomepage\b/.test(options["activate"]) ?
|
||||
liberator.NEW_TAB : liberator.NEW_BACKGROUND_TAB);
|
||||
liberator.open(homepages, { from: "homepage", where: liberator.NEW_TAB });
|
||||
});
|
||||
|
||||
mappings.add([modes.NORMAL], ["gu"],
|
||||
|
||||
Reference in New Issue
Block a user