[object Object]

← back to Raffiawalls

corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>

70491c79d55f7843890c6016c8b221e6cdbf4d4b · 2026-05-13 17:40:52 -0700 · Steve Abrams

Files touched

Diff

commit 70491c79d55f7843890c6016c8b221e6cdbf4d4b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed May 13 17:40:52 2026 -0700

    corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>
---
 .gitignore        | 1 +
 public/index.html | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7e6a9c3..4cf65fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ dist/
 build/
 .next/
 *.bak
+.deploy.conf
diff --git a/public/index.html b/public/index.html
index 1826ec1..214eacb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -675,8 +675,7 @@ loadGridPage();
 </script>
 <!-- ============================================================
      DW UNIVERSAL CONTACT MODULE — fashion-house UX
-     Inject before <script src="/corner-nav.js" defer></script>
-</body> in every DW-family sister site.
+     Inject before </body> in every DW-family sister site.
      Self-contained: CSS + 4 modals + JS submission handlers.
      Uses host site's CSS vars (--bg, --fg, --gold, --rule).
      ============================================================ -->
@@ -965,5 +964,6 @@ loadGridPage();
         data-mode="retail"
         defer onerror="this.remove()"></script>
 
+<script src="/corner-nav.js" defer></script>
 </body>
 </html>

← 558b9a7 fix: contact modal CSS+HTML (was rendering inline as raw emo  ·  back to Raffiawalls  ·  corner-nav: title-case brand display (e.g. corkwallcovering 40603f5 →