← back to Corkwallcovering
corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>
3efc072ab00a98ffbd5ae3f484e4cbac490c8c3c · 2026-05-13 17:40:50 -0700 · SteveStudio2
Files touched
Diff
commit 3efc072ab00a98ffbd5ae3f484e4cbac490c8c3c
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Wed May 13 17:40:50 2026 -0700
corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index b0da395..18d1f80 100644
--- a/public/index.html
+++ b/public/index.html
@@ -645,8 +645,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).
============================================================ -->
@@ -939,5 +938,6 @@ loadGridPage();
data-mode="retail"
defer onerror="this.remove()"></script>
+<script src="/corner-nav.js" defer></script>
</body>
</html>
← 697e3be embed Big Red customer chat (lower-left, retail mode, vendor
·
back to Corkwallcovering
·
corner-nav: title-case brand display (e.g. corkwallcovering 7d0c5b0 →