This commit is contained in:
wilsonfreitas
2025-09-13 01:31:25 +00:00
parent ffc5cd7542
commit 7ba4924090
12 changed files with 248 additions and 57 deletions
+2
View File
@@ -1,4 +1,5 @@
import * as tabsets from "./tabsets/tabsets.js";
import * as axe from "./axe/axe-check.js";
const sectionChanged = new CustomEvent("quarto-sectionChanged", {
detail: {},
@@ -826,6 +827,7 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
});
tabsets.init();
axe.init();
function throttle(func, wait) {
let waiting = false;