← back to Silkwallpaper
corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>
4a371db0a15c0aa531177560f829a93b479aedc4 · 2026-05-13 17:40:53 -0700 · Steve Abrams
Files touched
M .gitignoreM public/index.html
Diff
commit 4a371db0a15c0aa531177560f829a93b479aedc4
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed May 13 17:40:53 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 5621a4f..ddf0e1a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -730,8 +730,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).
============================================================ -->
@@ -1114,5 +1113,6 @@ loadGridPage();
data-mode="retail"
defer onerror="this.remove()"></script>
+<script src="/corner-nav.js" defer></script>
</body>
</html>
← 81a8d9c fix: contact modal CSS+HTML (was rendering inline as raw emo
·
back to Silkwallpaper
·
corner-nav: title-case brand display (e.g. corkwallcovering ff1ebcd →