Skip to content

Commit

Permalink
Update to match reports in new dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Jun 2, 2025
1 parent 2f07ec3 commit a7d0d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@

if (type=="report" && customType=="report-regex") {
if ((new RegExp(customHighlight.value).exec(txt))) {
element.classList.add("reportTitle")
style = customHighlight.style
}
}
Expand Down

0 comments on commit a7d0d14

Please sign in to comment.