mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:07:57 +01:00
Cleanup liberator.open a bit; could probably use a bit more.
This commit is contained in:
@@ -427,7 +427,7 @@ function Buffer() //{{{
|
||||
{
|
||||
let url = util.readFromClipboard();
|
||||
if (url)
|
||||
liberator.open(url, options.get("activate").has("paste") ? liberator.NEW_TAB : liberator.NEW_BACKGROUND_TAB);
|
||||
liberator.open(url, { from: "activate", where: liberator.NEW_TAB });
|
||||
else
|
||||
liberator.beep();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user