Skip to content

Commit c9d63d4

Browse files
kichManqu1ck
authored andcommitted
fix column name in optimization fumction entryMatches
1 parent 51acf64 commit c9d63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InteractiveHtmlBom/web/ibom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function entryMatches(entry) {
314314
return entry.toLowerCase().indexOf(filter) >= 0;
315315
}
316316
// check refs
317-
if (!settings.hiddenColumns.includes("references")) {
317+
if (!settings.hiddenColumns.includes("References")) {
318318
for (var ref of entry) {
319319
if (ref[0].toLowerCase().indexOf(filter) >= 0) {
320320
return true;

0 commit comments

Comments
 (0)