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
var clientLink = document.createElement("a");
var url = getClientURL(configs[i].id)
clientLink.setAttribute("href", url);
connection.onclick = new_client(url);
protocol.appendChild(protocolIcon);