Feature: Aktive Erinnerungen, Versicherung, Verhaltensprotokoll, Hundefreundliche Orte (SW by-v874)
This commit is contained in:
parent
83034c0db0
commit
b818f85f36
11 changed files with 589 additions and 14 deletions
|
|
@ -101,9 +101,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=873">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=873">
|
||||
<link rel="stylesheet" href="/css/components.css?v=873">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=874">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=874">
|
||||
<link rel="stylesheet" href="/css/components.css?v=874">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -583,10 +583,10 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=873"></script>
|
||||
<script src="/js/ui.js?v=873"></script>
|
||||
<script src="/js/app.js?v=873"></script>
|
||||
<script src="/js/worlds.js?v=873"></script>
|
||||
<script src="/js/api.js?v=874"></script>
|
||||
<script src="/js/ui.js?v=874"></script>
|
||||
<script src="/js/app.js?v=874"></script>
|
||||
<script src="/js/worlds.js?v=874"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue