diff options
| author | Private Island Networks <opensource@privateisland.tech> | 2026-03-26 13:35:31 -0400 |
|---|---|---|
| committer | Private Island Networks <opensource@privateisland.tech> | 2026-03-26 13:35:31 -0400 |
| commit | 18f975563c763d547578d848a220e37ea39724f0 (patch) | |
| tree | 535a1209e9d9fac04b728e24357dfda22998da8c /static | |
| parent | 9d735b38c8f96b4d17d446826ce5d6fd572a6095 (diff) | |
snapshot
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/ss.js | 2 |
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); } |



