From a7d0d14194e2ab4bc20c1cff15fb36f1af18d904 Mon Sep 17 00:00:00 2001 From: ejunga Date: Mon, 2 Jun 2025 08:46:54 -0400 Subject: [PATCH] Update to match reports in new dashboard --- tdx-enhanced.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index dce2982..d205ee0 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -1064,6 +1064,7 @@ if (type=="report" && customType=="report-regex") { if ((new RegExp(customHighlight.value).exec(txt))) { + element.classList.add("reportTitle") style = customHighlight.style } }