Skip to content

Commit

Permalink
Update summerschool24.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard authored Apr 25, 2024
1 parent 1aa2343 commit bd49c32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions summerschool24.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ function addAbstractClicker() {
} else {
label.style.borderStyle = "outset";
// remove the abstract
let abstract = document.getElementById("info-abstract-"+workshop.id);
console.log(abstract);
let abstract = document.getElementById("info-abstract-"+workshop.getAttribute("name"));
label.parentElement.removeChild(abstract);
}
});
Expand Down

0 comments on commit bd49c32

Please sign in to comment.