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