From 46a4efe760a1af02bc4d4729afad27260dcf5735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Mon, 28 Apr 2025 17:04:39 +0200 Subject: [PATCH] Update not conserved and menu --- webgis/index.html | 57 +++++++++++++++++++++++++++- webgis/js/components/NotConserved.js | 4 ++ 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/webgis/index.html b/webgis/index.html index db9e428..a77869e 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -305,6 +305,61 @@ +
  • + + Capri + + + + + +
  • - + `; + if (!this.publications.length && !this.documentation.length) { + content = '

    Nessun documento disponibile.

    '; + } + return content; }