From 43a7180957c7459e5c55360229943e52acc1ce88 Mon Sep 17 00:00:00 2001 From: DevEnv nis2-agile Date: Sun, 31 May 2026 16:42:08 +0200 Subject: [PATCH] [DOCS] Help: HelpSystem.init su normative + companies (edit prima falliti) Nel commit 3e5b75b gli edit a normative.html e companies.html erano falliti (file-not-read / string-not-found): il pulsante '?' non partiva. Ora corretti. Verificato: tutte e 4 le pagine (whistleblowing/normative/companies/kb) hanno help.js + HelpSystem.init=1. Co-Authored-By: Claude Opus 4.8 --- public/companies.html | 1 + public/normative.html | 1 + 2 files changed, 2 insertions(+) diff --git a/public/companies.html b/public/companies.html index 289e82c..ac47b14 100644 --- a/public/companies.html +++ b/public/companies.html @@ -348,6 +348,7 @@ } loadSidebar(); + if (typeof HelpSystem !== 'undefined') HelpSystem.init(); // ── Data ──────────────────────────────────────────────────────── let allCompanies = []; diff --git a/public/normative.html b/public/normative.html index 4ca260d..e35c330 100644 --- a/public/normative.html +++ b/public/normative.html @@ -101,6 +101,7 @@ if (!checkAuth()) throw new Error('Not authenticated'); loadSidebar(); I18n.init(); + if (typeof HelpSystem !== 'undefined') HelpSystem.init(); const sourceLabels = { nis2_directive: 'NIS2 Directive', dlgs_138_2024: 'D.Lgs. 138/2024',