mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-17 05:48:06 +00:00
deploy: 2fb8b30769
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user