10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00

Fix className Placement

This commit is contained in:
Mickaël Véril 2019-10-06 20:27:27 +02:00
parent 5baa1ffc0f
commit 8fd73709d7

View File

@ -42,10 +42,10 @@ draft: false
liauth.appendChild(star)
}
var notifycontent=document.createElement("div")
notifycontent.className="author-info"
for(const a of author.affiliation){
var div=document.createElement("div")
div.innerText=a.name
notifycontent.className="author-info"
notifycontent.appendChild(div)
}
if(author["authenticated-orcid"]){