typo in JS mesh websocket data
This commit is contained in:
parent
3a45af8837
commit
fabfe0c54f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
{% if node_names %}
|
||||
const node_names = JSON.parse(document.getElementById('node-names').textContent);
|
||||
{% endif %}
|
||||
{% if node_names %}
|
||||
{% if nodes_xyz %}
|
||||
const nodes_xyz = JSON.parse(document.getElementById('nodes-xyz').textContent);
|
||||
const nodes_distances = {}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue