1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 10:32:39 +01:00

merge hyperlinked MOW URLs feature

This commit is contained in:
Doug Kearns
2007-10-19 15:20:55 +00:00
parent 232cd05f4a
commit 2929c39484
4 changed files with 62 additions and 29 deletions

View File

@@ -204,7 +204,7 @@ function Buffer() //{{{
list += "<tr><td align=\"right\"> " + number + "</td><td>" + indicator +
"</td><td style=\"width: 250px; max-width: 500px; overflow: hidden;\">" + title +
"</td><td><span style=\"color: green\">" + url + "</span></td></tr>";
"</td><td><a href=\"#\" class=\"hl-URL buffer-list\">" + url + "</a></td></tr>";
}
list += "</table>";