← back to Textilewallpaper
scrub p.vendor from Ideas rail card meta (replace with Designer Wallcoverings)
dc447ca1a6f189b6ecdbd3a5c5f3513e20cfb9c5 · 2026-05-25 21:39:28 -0700 · Steve
Files touched
Diff
commit dc447ca1a6f189b6ecdbd3a5c5f3513e20cfb9c5
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 25 21:39:28 2026 -0700
scrub p.vendor from Ideas rail card meta (replace with Designer Wallcoverings)
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 186f089..8ecc037 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1077,7 +1077,7 @@ loadGridPage();
return '<a class="rail-card" href="/sample/' + encodeURIComponent(p.handle || p.sku) + '">' +
'<img src="' + url + '" alt="' + (p.title || '').replace(/"/g, '"') + '" loading="lazy">' +
'<div class="rc-title">' + ((p.title || '').split('|')[0] || '').trim() + '</div>' +
- '<div class="rc-meta">' + (p.vendor || '') + '</div>' +
+ '<div class="rc-meta">Designer Wallcoverings</div>' +
'</a>';
}
const r1 = document.getElementById('railNewest');
← acc1a2a add noopener noreferrer to target=_blank links + window.open
·
back to Textilewallpaper
·
wire api-vendor-redact middleware as first app.use (strips v f7e42c7 →