[object Object]

← back to Madagascarwallpaper

FIX: dw-header was injected inside a doc-comment (never ran); re-inject before the real </body>

5be32962e023a349c87f0c4611d4a6e806489d38 · 2026-06-01 15:44:20 -0700 · Steve Abrams

Files touched

Diff

commit 5be32962e023a349c87f0c4611d4a6e806489d38
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 15:44:20 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 6da99fb..5da3e87 100644
--- a/public/index.html
+++ b/public/index.html
@@ -829,8 +829,6 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
 <!-- ============================================================
      DW UNIVERSAL CONTACT MODULE — fashion-house UX
      Inject before   <script src="/hero-4grid.js" defer></script>
-<script>window.DwHeaderConfig={siteName:"Madagascar Wallpaper",accent:"#3A3530",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).
@@ -1263,5 +1261,7 @@ async function renderRailSections(){
         data-mode="retail"
         defer onerror="this.remove()"></script>
 
+<script>window.DwHeaderConfig={siteName:"Madagascar Wallpaper",accent:"#3A3530",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>

← 525a0fe hero: rotate curated room-setting pool (hero-pool.json), gua  ·  back to Madagascarwallpaper  ·  dw-header: hide ANY pre-existing <header> (not just ns-heade f916264 →