added doi
This commit is contained in:
2
dist/site_libs/quarto-html/quarto.js
vendored
2
dist/site_libs/quarto-html/quarto.js
vendored
@ -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