WSGC's and Anthology's templates.
This commit is contained in:
@ -37,7 +37,6 @@
|
||||
$('document').ready(function(){
|
||||
let allCategoryFilters = document.querySelectorAll('.category-filter-entry');
|
||||
let allSearchedResults = document.querySelectorAll('.course-card');
|
||||
|
||||
for(let i = 1; i < allCategoryFilters.length; i++){
|
||||
let catFound = false;
|
||||
for(let j = 0; j < allSearchedResults.length; j++){
|
||||
|
||||
@ -36,7 +36,6 @@
|
||||
<span class="np-resource-subtitle-number">{{ results.count }} Resources</span> {% endcomment %}
|
||||
{% endif %}
|
||||
{% comment %} {% t .results_for %} {% endcomment %}
|
||||
|
||||
</div>
|
||||
{% if render_search %}
|
||||
<div style="align-items: center; display: flex; flex-direction: row;">
|
||||
|
||||
Reference in New Issue
Block a user