← back to Fabricwallpaper
corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>
2b90d08c5e2b22b1f3c3891bf5d747f8af005383 · 2026-05-13 17:40:50 -0700 · Steve Abrams
Files touched
Diff
commit 2b90d08c5e2b22b1f3c3891bf5d747f8af005383
Author: Steve Abrams <steve@designerwallcoverings.com>
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 3d42d6b..1527072 100644
--- a/public/index.html
+++ b/public/index.html
@@ -595,8 +595,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).
============================================================ -->
@@ -938,5 +937,6 @@ loadGridPage();
data-mode="retail"
defer onerror="this.remove()"></script>
+<script src="/corner-nav.js" defer></script>
</body>
</html>
← 40c961f embed Big Red customer chat (lower-left, retail mode, vendor
·
back to Fabricwallpaper
·
corner-nav: title-case brand display (e.g. corkwallcovering 85c8a78 →