← back to 1890swallpaper
FIX: dw-header was injected inside a doc-comment (never ran); re-inject before the real </body>
fed09739e080abf46d31b69219c31ece2e21f3eb · 2026-06-01 15:44:15 -0700 · Steve Abrams
Files touched
Diff
commit fed09739e080abf46d31b69219c31ece2e21f3eb
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 15:44:15 2026 -0700
FIX: dw-header was injected inside a doc-comment (never ran); re-inject before the real </body>
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index b65e1db..1e8be9a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -819,8 +819,6 @@ loadGridPage();
<!-- ============================================================
DW UNIVERSAL CONTACT MODULE — fashion-house UX
Inject before <script src="/hero-4grid.js" defer></script>
-<script>window.DwHeaderConfig={siteName:"1890s Wallpaper",accent:"#006837",navLinks:[{name:'Home',url:'/'},{name:'Collections',url:'#shop'},{name:'About',url:'/about'},{name:'Care',url:'/care.html'},{name:'History',url:'/history.html'}],adminLinks:[{name:'Shopify admin',url:'https://admin.shopify.com',external:true},{name:'Edit hero',url:'#'},{name:'Analytics',url:'#'}]};</script>
-<script src="/dw-header.js" defer></script>
</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).
@@ -1176,5 +1174,7 @@ loadGridPage();
data-mode="retail"
defer onerror="this.remove()"></script>
+<script>window.DwHeaderConfig={siteName:"1890s Wallpaper",accent:"#006837",navLinks:[{name:'Home',url:'/'},{name:'Collections',url:'#shop'},{name:'About',url:'/about'},{name:'Care',url:'/care.html'},{name:'History',url:'/history.html'}],adminLinks:[{name:'Shopify admin',url:'https://admin.shopify.com',external:true},{name:'Edit hero',url:'#'},{name:'Analytics',url:'#'}]};</script>
+<script src="/dw-header.js" defer></script>
</body>
</html>
← b66f9ed hero: rotate curated room-setting pool (hero-pool.json), gua
·
back to 1890swallpaper
·
dw-header: hide ANY pre-existing <header> (not just ns-heade 63b9d49 →