1
0
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:
Martin Stubenschrott
2007-12-03 22:12:25 +00:00
parent b3399cccf2
commit 5090c560ab
3 changed files with 11 additions and 5 deletions

View File

@@ -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)