diff --git a/teaching/index.html b/teaching/index.html index c58b019..dc87af2 100644 --- a/teaching/index.html +++ b/teaching/index.html @@ -12,7 +12,7 @@
diff --git a/teaching/index.js b/teaching/index.js index c93a30f..d4c206c 100644 --- a/teaching/index.js +++ b/teaching/index.js @@ -33,8 +33,8 @@ function loadCourses(file, id, title) { const chevron = item.append("a") .attr("class", "btn btn-link") - .attr("data-toggle", "collapse") - .attr("data-target", d => "#" + d.id) + .attr("data-bs-toggle", "collapse") + .attr("data-bs-target", d => "#" + d.id) .attr("aria-expanded", "false"); chevron.append("span")