Skip to content

Commit

Permalink
Merge pull request #396 from conix-center/network-graph-fix
Browse files Browse the repository at this point in the history
fix: network graph (make graph.js a module)
  • Loading branch information
nampereira committed Feb 17, 2022
2 parents 651d859 + 7c6397c commit fbed4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script src="../static/vendor/graphs/cose-base.js"></script>
<script src="../static/vendor/graphs/cytoscape-fcose.js"></script>

<script src="graph.js" type="text/javascript"></script>
<script src="graph.js" type="module"></script>

<title>ARENA MQTT Network</title>
</head>
Expand Down

0 comments on commit fbed4ce

Please sign in to comment.