diff --git a/static/js/createPubliUI.js b/static/js/createPubliUI.js index 3c2d494f..2d700161 100644 --- a/static/js/createPubliUI.js +++ b/static/js/createPubliUI.js @@ -13,9 +13,6 @@ function createPubliUI(publi,sets=new Map(),toolTips=false) { for (const author of authors) { const liauth = $("
  • ").addClass("author-item") const spanAuth = $("").text(String.raw`${author.given} ${author.family}`).appendTo(liauth) - if (author.sequence === "first") { - $(spanAuth).after($("").text("*")) - } var notifycontent = $("
    ").addClass("author-info") $("

    ").text(String.raw`${author.given} ${author.family}`).appendTo(notifycontent) ulaff = $("
      ").addClass("affiliation-list").appendTo(notifycontent)