From e60cdf3a60a74bc5941c4f469589f1fbcaa2fb49 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 3 Feb 2025 15:00:24 -0500 Subject: [PATCH] Luminate is re-branding to Scintilla on 2/5 - backed up all templates. --- .../Walmart Scintilla Sandbox/.DS_Store | Bin 0 -> 6148 bytes .../_sub_navigation.html.liquid | 10 +++++++++- .../_topic_maincategory_leftnav.html.liquid | 2 +- .../catalog.html.liquid | 1 + ....html.liquid => filtered-catalog.html.liquid} | 0 5 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 Custom_Templates/customer_templates/Walmart Scintilla Sandbox/.DS_Store rename Custom_Templates/customer_templates/Walmart Scintilla Sandbox/{filtred-catalog.html.liquid => filtered-catalog.html.liquid} (100%) diff --git a/Custom_Templates/customer_templates/Walmart Scintilla Sandbox/.DS_Store b/Custom_Templates/customer_templates/Walmart Scintilla Sandbox/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0
{% for link in navigations.sub_navigation %} -
+ +
{{ link.label }} @@ -38,6 +39,13 @@ } else { document.querySelector(".certifications-link").classList.add("np-sub-navigation-content-item-inactive") } + + if (window.location.pathname == "/app/filtered-catalog") { + document.querySelector(".Catalog").classList.remove("np-sub-navigation-content-item-inactive") + document.querySelector(".Catalog").classList.add("np-sub-navigation-content-item-active") + } else { + document.querySelector(".Catalog").classList.add("np-sub-navigation-content-item-inactive") + }