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 @@ +
@@ -559,7 +614,7 @@ - + diff --git a/webgis/js/components/NotConserved.js b/webgis/js/components/NotConserved.js index ced4358..db6da3e 100644 --- a/webgis/js/components/NotConserved.js +++ b/webgis/js/components/NotConserved.js @@ -129,6 +129,10 @@ export class NotConserved { `; + if (!this.publications.length && !this.documentation.length) { + content = 'Nessun documento disponibile.'; + } + return content; }
Nessun documento disponibile.