bundle compact symbol font subsets, sw install hardening, back-exit history collapse, lang/ticker/theory fixes

This commit is contained in:
2026-08-25 16:56:28 +03:00
parent 7f5d6f6bed
commit cd8ba1c8aa
6 changed files with 122 additions and 22 deletions
+3 -3
View File
@@ -10,7 +10,7 @@
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/svg+xml" href="icon.svg">
<link rel="apple-touch-icon" href="icon-192.png">
<link rel="stylesheet" href="styles.css?v=26">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app">
@@ -193,10 +193,10 @@
</div>
<script type="module" src="app.js?v=26"></script>
<script type="module" src="app.js"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js?v=26').catch(() => {});
navigator.serviceWorker.register('/sw.js').catch(() => {});
}
</script>
</body>