From 2b0f76aa1f9278b556499162ad53b3c524082466 Mon Sep 17 00:00:00 2001 From: jae Date: Fri, 3 Apr 2026 00:10:28 +0000 Subject: [PATCH] fix: subcategories collapsed by default in contraband --- js/contraband.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/js/contraband.js b/js/contraband.js index 3c6cce7..eb014b9 100644 --- a/js/contraband.js +++ b/js/contraband.js @@ -115,15 +115,15 @@ if (sub.entries.length === 0 && sub.notes.length === 0) continue; html += `
`; - html += `
- + html += ``; // Notes if (sub.notes && sub.notes.length > 0) { - html += `
`; + html += `