Fix: friends.js Auth-Guards für nicht eingeloggte User
This commit is contained in:
parent
44fcb9bc16
commit
21e50c6c7b
4 changed files with 22 additions and 8 deletions
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=80">
|
||||
<link rel="stylesheet" href="/css/components.css?v=80">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=81">
|
||||
<link rel="stylesheet" href="/css/components.css?v=81">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -269,9 +269,9 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=80"></script>
|
||||
<script src="/js/ui.js?v=80"></script>
|
||||
<script src="/js/app.js?v=80"></script>
|
||||
<script src="/js/api.js?v=81"></script>
|
||||
<script src="/js/ui.js?v=81"></script>
|
||||
<script src="/js/app.js?v=81"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue