diff --git a/javascript/ext_chants.js b/javascript/ext_chants.js index 583d997..3b004fb 100644 --- a/javascript/ext_chants.js +++ b/javascript/ext_chants.js @@ -8,7 +8,7 @@ class ChantParser extends BaseTagParser { if (tagword !== "<" && tagword !== " x.term.toLowerCase().includes(searchTerm); - tempResults = loras.filter(x => filterCondition(x)); // Filter by tagword + tempResults = chants.filter(x => filterCondition(x)); // Filter by tagword } else { tempResults = chants; }