Fix stats reporting. Add Vite compatibility
This commit is contained in:
@@ -501,6 +501,7 @@ input[type="color"]:focus {
|
||||
color: var(--input_text);
|
||||
text-decoration: none;
|
||||
background: var(--input_hover_background);
|
||||
box-shadow: 0px 0px 0px 1px var(--highlight_color);
|
||||
}
|
||||
|
||||
button:active,
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
window.server_hostname = "{{.Hostname}}";
|
||||
</script>
|
||||
|
||||
<script defer src='/res/svelte/wrap.js?v{{cacheID}}'></script>
|
||||
<script defer src='/res/svelte/wrap.js?v{{cacheID}}' type="module"></script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user