diff --git a/Custom_Templates/customer_templates/Instacart - Partners/_language_selector.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_language_selector.html.liquid index 63ef2fa2..70331bce 100644 --- a/Custom_Templates/customer_templates/Instacart - Partners/_language_selector.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Partners/_language_selector.html.liquid @@ -33,9 +33,9 @@ English (USA) Español (Estados Unidos) - Français  (Québec) - Español (España) - Français (France) + {% comment %} Français  (Québec) {% endcomment %} + {% comment %} Español (España) {% endcomment %} + {% comment %} Français (France) {% endcomment %} diff --git a/Custom_Templates/customer_templates/WSGC - Post-New Hire/homepage.html.liquid b/Custom_Templates/customer_templates/WSGC - Post-New Hire/homepage.html.liquid index b46048fe..f1dc21a3 100644 --- a/Custom_Templates/customer_templates/WSGC - Post-New Hire/homepage.html.liquid +++ b/Custom_Templates/customer_templates/WSGC - Post-New Hire/homepage.html.liquid @@ -3,7 +3,7 @@
{{ homepage.headline }}
@@ -44,7 +44,8 @@
{% if features.learning_paths? %}
- {% t shared.learning_paths %} + ACADEMIES + {% comment %} {% t shared.learning_paths %} {% endcomment %}
{% include "learning_paths_index" , items: learning_paths.enrolled %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid index 765bdf2b..617e9d24 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid @@ -312,7 +312,7 @@ document.addEventListener("DOMContentLoaded", () => { alert("Please choose if you are doing business with Walmart."); return; } - payload = selectedBusiness === "yes" + payload = selectedBusiness === "yes" ? { group: "164ebbb5-5ad0-45d9-81ab-3b0930d63dc8", locale: "USA", id: "{{current_person.id}}" } : { group: "646fe445-cc88-4266-a6bd-8e28b977649e", locale: "USA", id: "{{current_person.id}}" }; break; @@ -334,8 +334,8 @@ document.addEventListener("DOMContentLoaded", () => { .then(() => { localStorage.setItem("modalFilled", "true"); setTimeout(() => { - location.reload(); - }, 4000); + location.reload(); + }, 4000); }) .catch(() => { alert("There was an error submitting the form."); @@ -356,4 +356,4 @@ document.addEventListener("DOMContentLoaded", () => { if (loader) loader.remove(); } }); - \ No newline at end of file +