Skip to content

Commit

Permalink
esistente -> presente
Browse files Browse the repository at this point in the history
  • Loading branch information
m-casanova authored Jan 2, 2025
1 parent 474b158 commit 18cfe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function aggiorna(cat, eid) {
const testa = creaEl('h3',cerca.z==1?'z':null,cerca.n);
frammento.appendChild(testa);
const testa2 = creaEl('p','info','');
testa2.innerHTML = cerca.z==1?'<span class="icd"></span> Non esistente':'<span class="ica"></span> Esistente';
testa2.innerHTML = cerca.z==1?'<span class="icd"></span> Non più presente tra i comuni italiani':'<span class="ica"></span> Presente tra i comuni italiani';
if (cerca.m) {
testa2.innerHTML += ' - <span class="icm"></span> <a href="https://www.openstreetmap.org/relation/' + cerca.m + '">OpenStreetMap</a>';
} else if (cerca.m2) {
Expand Down

0 comments on commit 18cfe4e

Please sign in to comment.