Remove jquery-ui tabs from counter

This commit is contained in:
2025-06-15 16:33:22 +02:00
parent c904e41ea3
commit 42434d10ca
2 changed files with 27 additions and 33 deletions

View File

@ -137,8 +137,3 @@ document.addEventListener("alpine:init", () => {
},
}));
});
$(() => {
// biome-ignore lint/suspicious/noExplicitAny: dealing with legacy jquery
($("#products") as any).tabs();
});