diff --git a/diagnostic/index.html b/diagnostic/index.html
index de20a27..3af9d85 100644
--- a/diagnostic/index.html
+++ b/diagnostic/index.html
@@ -988,23 +988,27 @@
-
+
-
-
+
+
+
`;
}
+ function _brainTypeHeading(t, count) {
+ const collapsed = brainCollapsedTypes.has(t);
+ const arrow = collapsed ? '▶' : '▼';
+ const label = BRAIN_TYPE_LABELS[t] || t;
+ // onclick wirft das Klappen-Event; user-select:none damit das Toggle nicht Text markiert
+ return `