fix load flavor

This commit is contained in:
konnorrogers
2023-06-20 16:10:41 -04:00
parent 854db13bd7
commit 55436d09ef

View File

@@ -1,4 +1,4 @@
(() => {
function run () {
function convertModuleLinks(html) {
html = html
.replace(/@shoelace-style\/shoelace/g, `https://cdn.skypack.dev/@shoelace-style/shoelace@${shoelaceVersion}`)
@@ -243,4 +243,7 @@
form.remove();
}
});
})();
}
run()
document.addEventListener("turbo:load", run)