10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +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) liauth.appendChild(star)
} }
var notifycontent=document.createElement("div") var notifycontent=document.createElement("div")
notifycontent.className="author-info"
for(const a of author.affiliation){ for(const a of author.affiliation){
var div=document.createElement("div") var div=document.createElement("div")
div.innerText=a.name div.innerText=a.name
notifycontent.className="author-info"
notifycontent.appendChild(div) notifycontent.appendChild(div)
} }
if(author["authenticated-orcid"]){ if(author["authenticated-orcid"]){