[object Object]

← back to Chinoiseriewallpaper

header: remove dw-header.js — fixes overlapping hamburgers (DW-HAMBURGER-NAV v1 sole nav); fleet regression sweep

58791ad6d0191335b9bfa4c01f2f9d2097c5f54a · 2026-06-01 14:22:17 -0700 · Steve Abrams

Files touched

Diff

commit 58791ad6d0191335b9bfa4c01f2f9d2097c5f54a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 14:22:17 2026 -0700

    header: remove dw-header.js — fixes overlapping hamburgers (DW-HAMBURGER-NAV v1 sole nav); fleet regression sweep
---
 public/index.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 7a71c69..7f62ff9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -608,7 +608,9 @@
     window.nsContactClose = function () { var m = document.getElementById('nsContactModal'); if (m) m.classList.remove('show'); };
   }
 </script>
-<script>window.DwHeaderConfig={siteName:"Chinoiserie 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>
+<!-- dw-header.js REMOVED 2026-06-01 (fleet hamburger-overlap fix): it injected a 2nd
+     header (left burgers + centered name) colliding with the inline DW-HAMBURGER-NAV v1
+     (fixed circular ☰ upper-right). DW-HAMBURGER-NAV v1 is the sole nav. To re-enable
+     dw-header.js, remove DW-HAMBURGER-NAV v1 first. -->
 </body>
 </html>

← 08b665e Unique clean image hero (fleet hero dedup 2026-06-01)  ·  back to Chinoiseriewallpaper  ·  header: complete dw-header rebuild — remove old DW-HAMBURGER 3b47bf8 →