← back to Wallpapercanada
remove stray contact modal markup that was rendering inline on the page
43093140ef8fb7e2c31676aabeaac9d9ebe5c7ad · 2026-05-13 12:13:26 -0700 · Steve Abrams
Files touched
Diff
commit 43093140ef8fb7e2c31676aabeaac9d9ebe5c7ad
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed May 13 12:13:26 2026 -0700
remove stray contact modal markup that was rendering inline on the page
---
public/index.html | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/public/index.html b/public/index.html
index 0ef258a..6b67ef2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -254,19 +254,7 @@ textarea:focus-visible,
@media (max-width:760px) { .lang-toggle { margin-top:6px } }
</style>
-<div class="ns-modal" id="nsContactModal" role="dialog" aria-modal="true" aria-labelledby="nsContactTitle" onclick="if(event.target===this)nsContactClose()">
- <div class="ns-modal-card">
- <button type="button" class="close-x" onclick="nsContactClose()" aria-label="Close">×</button>
- <h3 id="nsContactTitle">How can we help?</h3>
- <p class="sub">Trade-account replies within one business day.</p>
- <div class="ns-actions">
- <a class="ns-action" href="#contact" onclick="nsContactClose()"><span class="ico">📋</span><div class="txt"><b>Get a Quote</b><span>Project specs → priced estimate</span></div></a>
- <a class="ns-action" href="#contact" onclick="nsContactClose();openModal();"><span class="ico">📦</span><div class="txt"><b>Order a Sample</b><span>Free swatch to your shop</span></div></a>
- <a class="ns-action" href="mailto:info@wallpapercanada.com?subject=Wallpaper%20Canada%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@wallpapercanada.com</span></div></a>
- <a class="ns-action" href="tel:888-373-4564"><span class="ico">📞</span><div class="txt"><b>Call Us</b><span>(888) 373-4564 · M–F, 9–5 PT</span></div></a>
- </div>
- </div>
- </div>
+
<script>
function nsContactOpen() { var m = document.getElementById('nsContactModal'); if (m) m.classList.add('show'); }
function nsContactClose() { var m = document.getElementById('nsContactModal'); if (m) m.classList.remove('show'); }
← 9ea470a hamburger nav: apply canonical pattern from sister-site flee
·
back to Wallpapercanada
·
add universal corner-nav.js (UR 4-icon: bag/account/search/m c190ab0 →