From 237171541b07f4ed5797d44dd9c4c37d9f176c57 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Fri, 3 Apr 2026 13:20:51 +0200 Subject: [PATCH] fix(company): collapse audit sections per-company, not globally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit localStorage key was global ('audit_open_Strona_WWW') — expanding on one company expanded on all. Now uses company ID in key and defaults to collapsed. Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/company_detail.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/company_detail.html b/templates/company_detail.html index 6b03af0..22634ca 100755 --- a/templates/company_detail.html +++ b/templates/company_detail.html @@ -5392,13 +5392,14 @@ function syncFacebookData(companyId, btn) {