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