10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Delete the * symbol for PubliUI

This commit is contained in:
Mickaël Véril 2020-05-05 10:26:33 +02:00
parent cc4e332ff4
commit 22bf71504e

View File

@ -13,9 +13,6 @@ function createPubliUI(publi,sets=new Map(),toolTips=false) {
for (const author of authors) {
const liauth = $("<li/>").addClass("author-item")
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")
$("<h1/>").text(String.raw`${author.given} ${author.family}`).appendTo(notifycontent)
ulaff = $("<ul/>").addClass("affiliation-list").appendTo(notifycontent)