improve(company): also collapse Analiza SEO and Audyt Social Media sections
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-03-20 13:52:07 +01:00
parent 3638e34c09
commit 0f2de4cfcd

View File

@ -5308,7 +5308,7 @@ function syncFacebookData(companyId, btn) {
<!-- Collapsible audit sections: Strona WWW, Audyt Google Business Profile, Audyt IT -->
<script>
(function() {
var titlesToCollapse = ['Strona WWW', 'Audyt Google Business Profile', 'Audyt IT'];
var titlesToCollapse = ['Strona WWW', 'Audyt Google Business Profile', 'Audyt IT', 'Analiza SEO', 'Audyt Social Media', 'Social Media'];
document.querySelectorAll('.company-section .section-title').forEach(function(title) {
var titleText = title.childNodes[0].textContent.trim();
if (titlesToCollapse.indexOf(titleText) === -1) return;