mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:47:59 +01:00
add some missing fold markers
This commit is contained in:
@@ -310,7 +310,6 @@ liberator.Bookmarks = function () //{{{
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
// also update bookmark cache, if we removed at least one bookmark
|
||||
if (count.value > 0)
|
||||
load();
|
||||
@@ -468,7 +467,6 @@ liberator.Bookmarks = function () //{{{
|
||||
extra = "<span style=\"color: gray;\"> (tags: <span style=\"color: blue;\">" + liberator.util.escapeHTML(tags) + "</span>)</span>";
|
||||
}
|
||||
|
||||
|
||||
list += "<tr><td>" + title + "</td><td style=\"width: 100%\"><a href=\"#\" class=\"hl-URL\">" + url + "</a>" + extra + "</td></tr>";
|
||||
}
|
||||
list += "</table>";
|
||||
|
||||
Reference in New Issue
Block a user