mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:57:58 +01:00
"A" adds the bookmark in the unfiled bookmarks folder now
This commit is contained in:
@@ -602,7 +602,7 @@ vimperator.Commands = function () //{{{
|
||||
var keyword = getOption(res.opts, "-keyword", null);
|
||||
var tags = getOption(res.opts, "-tags", []);
|
||||
|
||||
if (vimperator.bookmarks.add(title, url, keyword, tags))
|
||||
if (vimperator.bookmarks.add(false, title, url, keyword, tags))
|
||||
{
|
||||
var extra = "";
|
||||
if (title != url)
|
||||
|
||||
Reference in New Issue
Block a user