diff --git a/succd/index.html b/succd/index.html index 033a5f8..69be5c5 100644 --- a/succd/index.html +++ b/succd/index.html @@ -51,7 +51,7 @@ h2 {

- +

@@ -199,7 +199,7 @@ window.addEventListener("load", (_) => { let ping = document.querySelector("#ping"); canvas = document.querySelector("#graph").getContext("2d"); - // TODO(q3k): unhardcode this and generally support scaling canvas. + // TODO(q3k): unhardcode this. historicalDraw(1024, 512); // Basic retry loop for connecting to WS.