Skip to content

Commit

Permalink
Fix for issue #260
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Feb 6, 2024
1 parent 21a1693 commit 8524260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/analysis/getAnalysisFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ POPC2.prototype.getAnalysisFilter = function () {
// prange is not a humlib filter (comes from humextra and served as a static file).
return "";
}
if (value === "lyrics") {
// lyrics is not a humlib filter (comes from PERL script in humextra and served as a static file).
}

let options = document.querySelectorAll(`#analysis-${value} [id^="option-"]`);
let booleans = [];
Expand Down

0 comments on commit 8524260

Please sign in to comment.