me when dev and build doesn't result in the same thing
This commit is contained in:
parent
98863dec5e
commit
83f53e0ff6
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function onNodeClick(ev, node, elem) {
|
||||||
|
|
||||||
nodesElement.style.opacity = 1;
|
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.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()};
|
ele.onclick = (ev) => {ev.stopPropagation()};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue