[object Object]

← back to Dw Pitch Followup

auto-save: 2026-07-13T12:24:56 (1 files) — public/index.html

4c4037980bce3f69391186aba69ef111ba87209c · 2026-07-13 12:24:58 -0700 · Steve Abrams

Files touched

Diff

commit 4c4037980bce3f69391186aba69ef111ba87209c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 13 12:24:58 2026 -0700

    auto-save: 2026-07-13T12:24:56 (1 files) — public/index.html
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 5e06546..c858ee4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -501,7 +501,7 @@ layout=LS('layout','board');
 fetch(API('/api/lists')).then(r=>r.json()).then(j=>{
   DATA=j; document.getElementById('built').textContent='built '+new Date(j.generatedAt).toLocaleString();
   paintSelCount(); applyLayout();
-}).catch(e=>{document.getElementById('board').innerHTML='<div class="col-empty">Could not load lists: '+e.message+'<br>Run <code>npm run build</code>.</div>'});
+}).catch(e=>{document.getElementById('board').innerHTML='<div class="col-empty">Could not load lists: '+esc(e.message)+'<br>Run <code>npm run build</code>.</div>'});
 </script>
 </body>
 </html>

← 0b34230 auto-save: 2026-07-13T11:54:48 (2 files) — public/index.html  ·  back to Dw Pitch Followup  ·  chore: lint (esc XSS autofix + enrich-disco psql guard), ref 395d98e →