LJ Hooker changes. Skuid fix on homepage.

This commit is contained in:
Norm Rasmussen
2024-11-14 16:30:43 -05:00
parent b6cd66c6ac
commit 9d4f187cab
10 changed files with 75 additions and 14 deletions

View File

@ -23,7 +23,7 @@
</a>
{% endunless %}
{% endfor %}
</div>
</div>
{% endif %} {% endcomment %}
</div>
@ -181,7 +181,7 @@
<script>
addEventListener('DOMContentLoaded', () => {
let categoriesOrder = ['sales', 'property-management', 'leadership', 'systems-and-technology', 'marketing', 'commercial', 'webinars']
let coursesWrapper = document.querySelector('.carousel-order-wrapper');
categoriesOrder.forEach(category => {
if (category !== 'ALL') {
@ -195,4 +195,4 @@
coursesWrapper.appendChild(courseSection);
});
});
</script>
</script>