summaryrefslogtreecommitdiffhomepage
path: root/static/js/ss.js
diff options
context:
space:
mode:
authorPrivate Island Networks <opensource@privateisland.tech>2026-03-26 13:35:31 -0400
committerPrivate Island Networks <opensource@privateisland.tech>2026-03-26 13:35:31 -0400
commit18f975563c763d547578d848a220e37ea39724f0 (patch)
tree535a1209e9d9fac04b728e24357dfda22998da8c /static/js/ss.js
parent9d735b38c8f96b4d17d446826ce5d6fd572a6095 (diff)
snapshot
Diffstat (limited to 'static/js/ss.js')
-rw-r--r--static/js/ss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/ss.js b/static/js/ss.js
index 6f0310f..f13a38c 100644
--- a/static/js/ss.js
+++ b/static/js/ss.js
@@ -47,7 +47,7 @@ function SpreadSheet(selector) {
resp = JSON.parse(resp);
let values = resp.values;
console.log(resp.values);
- cols=$$(".mc-values");
+ let cols=$$(".mc-values");
for (let i = 0; i < 16; i++) {
cols[i].textContent = "0x" + values[i].toString(16);
}

Highly Recommended Verilog Books