mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 09:22:03 +00:00
Nuovo tipo di notizie
This commit is contained in:
@@ -46,6 +46,9 @@ fetch(newsURL)
|
||||
if(element.type=="Biglietti"){
|
||||
span.setAttribute("class","blu");
|
||||
}
|
||||
if(element.type=="Personale"){
|
||||
span.setAttribute("class","blu");
|
||||
}
|
||||
//P creation
|
||||
span.innerHTML=element.type;
|
||||
p.innerHTML=element.date+" - ";
|
||||
|
||||
Reference in New Issue
Block a user