LJ Hooker changes. Skuid fix on homepage.
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user