Fix: Zuchtkartei Header-Update nach Status-Laden — Zwingername korrekt (SW by-v913)
This commit is contained in:
parent
65811720f5
commit
e11efa23f0
5 changed files with 9 additions and 7 deletions
|
|
@ -199,6 +199,8 @@ window.Page_zuchthunde = (() => {
|
|||
API.breeder.status().then(s => {
|
||||
_breederId = s?.profile?.id || null;
|
||||
_breederInfo = s?.profile ? { zwingername: s.profile.zwingername, logo_url: s.profile.logo_url } : null;
|
||||
const h = _container?.querySelector('#breeder-private-header');
|
||||
if (h) h.outerHTML = _privateHeader();
|
||||
}).catch(() => {}),
|
||||
]);
|
||||
_renderList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue