[object Object]

← back to Contractwallpaper

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

cc41d0d815488730bd8760b7aafe6667fb76765a · 2026-06-01 15:44:17 -0700 · Steve Abrams

Files touched

Diff

commit cc41d0d815488730bd8760b7aafe6667fb76765a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 15:44:17 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 635d78a..45f2834 100644
--- a/public/index.html
+++ b/public/index.html
@@ -817,8 +817,6 @@ loadGridPage();
 <!-- corner-nav disabled (UL-hamburger rebuild) -->
 <script src="/sku-redact.js" defer></script>
   <!-- hero-4grid grid DISABLED so the single high-res hero shows full-bleed --><!-- <script src="/hero-4grid.js" defer></script> -->
-<script>window.DwHeaderConfig={siteName:"Contract Wallpaper",accent:"#9B7B4F",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).
@@ -1165,5 +1163,7 @@ loadGridPage();
         data-mode="retail"
         defer onerror="this.remove()"></script>
 
+<script>window.DwHeaderConfig={siteName:"Contract Wallpaper",accent:"#9B7B4F",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>

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