mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Remove href from link.
This commit is contained in:
@@ -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);
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user