1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:22:26 +01:00

Fix liberator.storage.saveAll().

This commit is contained in:
Kris Maglione
2008-09-11 04:00:23 +00:00
parent 23741d8d50
commit 1e69a5f40c
3 changed files with 15 additions and 27 deletions

View File

@@ -457,7 +457,7 @@ liberator.Bookmarks = function () //{{{
}
if (openItems)
return liberator.openTabs((i[0] for (i in items)), items.length);
return liberator.open([i[0] for (i in items)], liberator.NEW_TAB);
var title, url, tags, keyword, extra;
var list = ":" + liberator.util.escapeHTML(liberator.commandline.getCommand()) + "<br/>" +
@@ -762,7 +762,7 @@ liberator.History = function () //{{{
if (openItems)
{
return liberator.openTabs((i[0] for (i in items)), items.length);
return liberator.open([i[0] for (i in items)], liberator.NEW_TAB);
}
else
{