← back to Museumwallpaper
corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>
f4a533293a142d254e7b9967a831b94e450fc0df · 2026-05-13 17:40:52 -0700 · Steve Abrams
Files touched
Diff
commit f4a533293a142d254e7b9967a831b94e450fc0df
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>
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index 5d4ed46..9335d42 100644
--- a/public/index.html
+++ b/public/index.html
@@ -596,8 +596,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).
============================================================ -->
@@ -940,5 +939,6 @@ loadGridPage();
data-mode="retail"
defer onerror="this.remove()"></script>
+<script src="/corner-nav.js" defer></script>
</body>
</html>
← a85030b embed Big Red customer chat (lower-left, retail mode, vendor
·
back to Museumwallpaper
·
corner-nav: title-case brand display (e.g. corkwallcovering d98b4a6 →