Skip to content
Snippets Groups Projects
Commit e248bcde authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add usage tracking fetch

parent f4e958f8
No related branches found
No related tags found
No related merge requests found
Pipeline #18946 passed
nothing here.
\ No newline at end of file
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
import BivariateData from "./components/BivariateData.svelte"; import BivariateData from "./components/BivariateData.svelte";
import UnivariateData from "./components/UnivariateData.svelte"; import UnivariateData from "./components/UnivariateData.svelte";
try {
fetch("./empty.txt")
} catch (e) {
// do nothing
}
</script> </script>
<section class="hero is-primary"> <section class="hero is-primary">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment