/ban parcel trolling
All checks were successful
/ deploy (push) Successful in 40s

me when dev and build doesn't result in the same thing
This commit is contained in:
Minecon724 2024-10-11 11:47:33 +02:00
parent 98863dec5e
commit 83f53e0ff6
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -106,7 +106,7 @@ function onNodeClick(ev, node, elem) {
nodesElement.style.opacity = 1;
ele = elem.cloneNode(true);
let ele = clicked.cloneNode(true);
ele.innerHTML += `<br><br>Datacenter: <span class="code">${node.datacenter}</span><br><br><small>${node.description.split('\n').slice(1).join('<br>')}</small>`;
ele.onclick = (ev) => {ev.stopPropagation()};