Skip to content

Commit

Permalink
elem
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebourdais authored Nov 2, 2023
1 parent 368decf commit 90d2554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function load_publications() {

const publi = await response.json();
console.log(publi);
var publi_field = document.getElementsById("publications")
var publi_field = document.getElementById("publications")
console.log(publi_field)
var docs = publi.response.docs
docs.forEach(element => {
Expand Down

0 comments on commit 90d2554

Please sign in to comment.