Fixed an error in blacklane's templates (dont try to mix programming languages...) Anthology domains list was finalized and pulled ready for client review.
This commit is contained in:
BIN
Custom_Templates/.DS_Store
vendored
BIN
Custom_Templates/.DS_Store
vendored
Binary file not shown.
@ -11,9 +11,9 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if groupedUser == false %}
|
||||
if (groupedUser == false) {
|
||||
window.location.href = '/app/sign-up-follow-up'
|
||||
{% endif %}
|
||||
}
|
||||
// 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