Fix: theme-color JS-Fallback für Samsung, Wischgesten-Tipp in Settings, _syncThemeColor bei init (SW by-v811)
This commit is contained in:
parent
480a343ec0
commit
1fdd7d4ed0
5 changed files with 25 additions and 14 deletions
|
|
@ -97,9 +97,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=810">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=810">
|
||||
<link rel="stylesheet" href="/css/components.css?v=810">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=811">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=811">
|
||||
<link rel="stylesheet" href="/css/components.css?v=811">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -579,10 +579,10 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=810"></script>
|
||||
<script src="/js/ui.js?v=810"></script>
|
||||
<script src="/js/app.js?v=810"></script>
|
||||
<script src="/js/worlds.js?v=810"></script>
|
||||
<script src="/js/api.js?v=811"></script>
|
||||
<script src="/js/ui.js?v=811"></script>
|
||||
<script src="/js/app.js?v=811"></script>
|
||||
<script src="/js/worlds.js?v=811"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue