Fix: Welten-Config — DB-Load bei jedem Login-Wechsel, einmalige localStorage→DB-Migration (SW by-v660)
This commit is contained in:
parent
71a13d695e
commit
7b8ee7e2b1
4 changed files with 22 additions and 15 deletions
|
|
@ -93,9 +93,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=659">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=659">
|
||||
<link rel="stylesheet" href="/css/components.css?v=659">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=660">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=660">
|
||||
<link rel="stylesheet" href="/css/components.css?v=660">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -562,7 +562,7 @@
|
|||
<script src="/js/api.js?v=94"></script>
|
||||
<script src="/js/ui.js?v=94"></script>
|
||||
<script src="/js/app.js?v=94"></script>
|
||||
<script src="/js/worlds.js?v=659"></script>
|
||||
<script src="/js/worlds.js?v=660"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue