La sconfitta del socialismului

This commit is contained in:
Leocraft1
2025-11-25 18:40:52 +01:00
parent 5d3c3e80fc
commit 03e6f23194
2 changed files with 5 additions and 6 deletions

View File

@@ -44,10 +44,10 @@ fetch(newsURL)
span.setAttribute("class","red");
}
if(element.type=="Biglietti"){
span.setAttribute("class","blu");
span.setAttribute("class","blue");
}
if(element.type=="Personale"){
span.setAttribute("class","blu");
span.setAttribute("class","blue");
}
//P creation
span.innerHTML=element.type;