[object Object]

← back to Wallco Ai

samples: fix unescaped apostrophe (We\'ll) that killed the sample-request form JS — match the working \\' pattern at L19535

a805dc0b253c3495004bde6764b3ca3c0a415d0f · 2026-06-02 10:55:55 -0700 · Steve

Files touched

Diff

commit a805dc0b253c3495004bde6764b3ca3c0a415d0f
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Jun 2 10:55:55 2026 -0700

    samples: fix unescaped apostrophe (We\'ll) that killed the sample-request form JS — match the working \\' pattern at L19535
---
 server.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server.js b/server.js
index c98585a..a8458ae 100644
--- a/server.js
+++ b/server.js
@@ -20640,7 +20640,7 @@ document.getElementById('sample-form').addEventListener('submit', async function
     if (json.ok) {
       result.style.background = '#d4edda';
       result.style.color = '#155724';
-      result.textContent = 'Thank you! We\'ll be in touch shortly.';
+      result.textContent = 'Thank you! We\\'ll be in touch shortly.';
       form.reset();
     } else {
       result.style.background = '#f8d7da';

← 6cdd086 yolo loop tick 1: read-only catalog audit + pre-staged SQL (  ·  back to Wallco Ai  ·  yolo loop 2026-06-02: ledger + defect queue + approval queue f19ce23 →