1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:42:26 +01:00

use the value of 'activate' when opening new tabs from the MOW

This commit is contained in:
Doug Kearns
2007-10-16 14:05:52 +00:00
parent 329df9b7cd
commit 83df17f660
3 changed files with 7 additions and 4 deletions

View File

@@ -248,7 +248,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 class=\"hl-URL buffer-list\">" + url + "</td></tr>";
"</td><td><a href=\"#\" class=\"hl-URL buffer-list\">" + url + "</a></td></tr>";
}
list += "</table>";