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