fix: keep routing edits during refresh

This commit is contained in:
Андрей Бобырев
2026-06-06 15:25:26 +03:00
parent ca12617a08
commit b5360aa2e1
2 changed files with 40 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
document.documentElement.dataset.theme = theme;
}());
</script>
<link rel="stylesheet" href="/styles.css?v=2.5.0-admin24">
<link rel="stylesheet" href="/styles.css?v=2.5.0-admin25">
</head>
<body>
<div class="app-shell">
@@ -482,6 +482,6 @@
<button id="qrCopyBtn" type="button" class="soft" data-i18n="copyLink">Copy link</button>
</div>
</div>
<script src="/app.js?v=2.5.0-admin24" type="module"></script>
<script src="/app.js?v=2.5.0-admin25" type="module"></script>
</body>
</html>