There was an error while loading. Please reload this page.
1 parent 0b10fe2 commit b2a89bcCopy full SHA for b2a89bc
1 file changed
content/assets/js/requirements-table.js
@@ -25,7 +25,9 @@ $(function () {
25
.get();
26
27
const categories = $("input[name^='category']:checked")
28
- .map(function () { return $(this).next("a").text().trim(); })
+ .map(function () {
29
+ return this.nextSibling.nodeValue.trim();
30
+ })
31
32
33
const conditional = $("input[name='conditionFilter']:checked").val();
0 commit comments