mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Remove href from link.
This commit is contained in:
@@ -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);
|
||||
|
@@ -291,7 +291,7 @@ div#recent-connections div.connection {
|
||||
background: #CDA;
|
||||
}
|
||||
|
||||
.connection .name a[href] {
|
||||
.connection .name a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
font-weight: normal;
|
||||
|
Reference in New Issue
Block a user