mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 05:27:59 +01:00
removed useless outer loop
This commit is contained in:
@@ -265,8 +265,6 @@ function Bookmarks() //{{{
|
||||
}
|
||||
|
||||
var title, url, tags, keyword, extra;
|
||||
for (var i = 0; i < items.length; i++)
|
||||
{
|
||||
var list = ":" + vimperator.util.escapeHTML(vimperator.commandline.getCommand()) + "<br/>" +
|
||||
"<table><tr align=\"left\" class=\"hl-Title\"><th>title</th><th>URL</th></tr>";
|
||||
for (var i = 0; i < items.length; i++)
|
||||
@@ -300,7 +298,6 @@ function Bookmarks() //{{{
|
||||
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// res = parseBookmarkString("-t tag1,tag2 -T title http://www.orf.at");
|
||||
// res.tags is an array of tags
|
||||
|
||||
Reference in New Issue
Block a user