We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38760c6 commit 43317c3Copy full SHA for 43317c3
src/components/TunnelCalculator.astro
@@ -204,7 +204,7 @@ const metrics = Object.entries({
204
205
document.querySelectorAll("input[data-tunnel-calculator]").forEach((input) =>
206
input.addEventListener("change", () => {
207
- calculate;
+ calculate();
208
track("interacted with docs calculator", { value: "tunnel calculator" });
209
}),
210
);
0 commit comments