mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Fix className Placement
This commit is contained in:
parent
5baa1ffc0f
commit
8fd73709d7
@ -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"]){
|
||||
|
Loading…
Reference in New Issue
Block a user