Remove href from link.

This commit is contained in:
Michael Jumper
2012-11-04 16:09:00 -08:00
parent bf7a973477
commit a8cce89390
2 changed files with 1 additions and 2 deletions

View File

@@ -205,7 +205,6 @@
// Create link to client // Create link to client
var clientLink = document.createElement("a"); var clientLink = document.createElement("a");
var url = getClientURL(configs[i].id) var url = getClientURL(configs[i].id)
clientLink.setAttribute("href", url);
connection.onclick = new_client(url); connection.onclick = new_client(url);
protocol.appendChild(protocolIcon); protocol.appendChild(protocolIcon);

View File

@@ -291,7 +291,7 @@ div#recent-connections div.connection {
background: #CDA; background: #CDA;
} }
.connection .name a[href] { .connection .name a {
text-decoration: none; text-decoration: none;
color: black; color: black;
font-weight: normal; font-weight: normal;