← back to Glitterwalls
corner-nav: fix injection — script tag was landing inside HTML comment, now anchored to real </body>
c0413bf89ed53692fc970c55cefbdfdd396b90c7 · 2026-05-13 17:40:51 -0700 · Steve Abrams
Files touched
M .gitignoreM public/index.html
Diff
commit c0413bf89ed53692fc970c55cefbdfdd396b90c7
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 ac49c8e..ff2c5d3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -740,8 +740,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).
============================================================ -->
@@ -1145,5 +1144,6 @@ loadGridPage();
data-mode="retail"
defer onerror="this.remove()"></script>
+<script src="/corner-nav.js" defer></script>
</body>
</html>
← 2e282cb fix: contact modal CSS+HTML (was rendering inline as raw emo
·
back to Glitterwalls
·
corner-nav: title-case brand display (e.g. corkwallcovering f593274 →