mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Delete the * symbol for PubliUI
This commit is contained in:
parent
cc4e332ff4
commit
22bf71504e
@ -13,9 +13,6 @@ function createPubliUI(publi,sets=new Map(),toolTips=false) {
|
|||||||
for (const author of authors) {
|
for (const author of authors) {
|
||||||
const liauth = $("<li/>").addClass("author-item")
|
const liauth = $("<li/>").addClass("author-item")
|
||||||
const spanAuth = $("<span/>").text(String.raw`${author.given} ${author.family}`).appendTo(liauth)
|
const spanAuth = $("<span/>").text(String.raw`${author.given} ${author.family}`).appendTo(liauth)
|
||||||
if (author.sequence === "first") {
|
|
||||||
$(spanAuth).after($("<strong/>").text("*"))
|
|
||||||
}
|
|
||||||
var notifycontent = $("<div/>").addClass("author-info")
|
var notifycontent = $("<div/>").addClass("author-info")
|
||||||
$("<h1/>").text(String.raw`${author.given} ${author.family}`).appendTo(notifycontent)
|
$("<h1/>").text(String.raw`${author.given} ${author.family}`).appendTo(notifycontent)
|
||||||
ulaff = $("<ul/>").addClass("affiliation-list").appendTo(notifycontent)
|
ulaff = $("<ul/>").addClass("affiliation-list").appendTo(notifycontent)
|
||||||
|
Loading…
Reference in New Issue
Block a user