Skip to content

Commit

Permalink
fix7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebourdais authored Nov 2, 2023
1 parent 5cdb1d8 commit 368decf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h3 class="section__header">
My last publications
</h3>
</div>
<div class="publications">
<div id="publications">

<h4>
Publication Title 1
Expand Down
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.getElementsByClassName("publications")
var publi_field = document.getElementsById("publications")
console.log(publi_field)
var docs = publi.response.docs
docs.forEach(element => {
Expand Down

0 comments on commit 368decf

Please sign in to comment.