Skip to content

Commit

Permalink
updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
joric committed Mar 1, 2025
1 parent e6f0447 commit 205c7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1400,8 +1400,8 @@

if (section && section.match) {
for (const [regex, entry] of Object.entries(section.match)) {
if (regex && (o.name ||'').match(new RegExp(regex, ""))) return entry;
if (regex && (o.proto||'').match(new RegExp(regex, ""))) return entry;
if (regex && (o.name ||'').match(new RegExp(regex, "i"))) return entry;
if (regex && (o.proto||'').match(new RegExp(regex, "i"))) return entry;
}
}

Expand Down

0 comments on commit 205c7c0

Please sign in to comment.