Luminate almost done. Fixed Zenjob's issue with the german test not being hidden
This commit is contained in:
@ -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" }}';
|
||||
|
||||
Reference in New Issue
Block a user