Luminate almost done. Fixed Zenjob's issue with the german test not being hidden

This commit is contained in:
Norm Rasmussen
2024-04-03 17:11:47 -04:00
parent d27d791236
commit 84f3cdd8a1
8 changed files with 173 additions and 15 deletions

View File

@ -12,8 +12,10 @@
{% endif %}
if (groupedUser == false) {
{% unless current_person.email contains "+preview" %}
window.location.href = '/app/sign-up-follow-up'
}
{% endunless %}
// let jsDate = new Date();
// let jsFormattedDate = jsDate.getFullYear() + ("0" + (jsDate.getMonth() + 1)).slice(-2) + ("0" + jsDate.getDate()).slice(-2);
// let liquidFormattedDate = '{{ "now" | date: "%Y-%m-%d" }}';