[object Object]

← back to Ffepurchasing

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

33c6ad8ed21498f7a6bb6d5363481de675f65beb · 2026-05-13 17:40:51 -0700 · Steve Abrams

Files touched

Diff

commit 33c6ad8ed21498f7a6bb6d5363481de675f65beb
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed May 13 17:40:51 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 2d6a6c7..00a49c0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -801,8 +801,7 @@ loadGridPage();
 <!-- ============================================================
      DW UNIVERSAL CONTACT MODULE — fashion-house UX
      Inject before
- <script src="/corner-nav.js" defer></script>
-</body> in every DW-family sister site.
+ </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).
      ============================================================ -->
@@ -1083,5 +1082,6 @@ loadGridPage();
 </script>
 
 <script src="/dw-fleet-nav.js" defer></script>
+<script src="/corner-nav.js" defer></script>
 </body>
 </html>

← 8dec271 fix: contact modal CSS+HTML (was rendering inline as raw emo  ·  back to Ffepurchasing  ·  corner-nav: title-case brand display (e.g. corkwallcovering 84446f4 →