diff --git a/src/public/index.html b/src/public/index.html index 0b53c3b..de125e9 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -108,6 +108,7 @@
+
@@ -492,6 +493,9 @@ // clear nodes cache nodes = []; + // update stats + document.getElementById("stats-label").textContent = `${updatedNodes.length} nodes`; + // add nodes for(var node of updatedNodes){