added Health/Transparency; changed social link

This commit is contained in:
Nicole Dresselhaus
2025-08-29 10:11:57 +02:00
parent deb3fc9b02
commit cecb16acfa
55 changed files with 6277 additions and 3752 deletions

View File

@@ -1,5 +1,4 @@
import * as tabsets from "./tabsets/tabsets.js";
import * as axe from "./axe/axe-check.js";
const sectionChanged = new CustomEvent("quarto-sectionChanged", {
detail: {},
@@ -827,7 +826,6 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
});
tabsets.init();
axe.init();
function throttle(func, wait) {
let waiting = false;