Fix: breeder.js _esc undefined → ReferenceError → 🚧; Admin-Profil in öffentlicher Suche; Welpen-Chip klickbar (SW by-v896)

This commit is contained in:
rene 2026-05-13 18:00:32 +02:00
parent 0f230b9ddc
commit 8b5805a8ca
7 changed files with 14 additions and 12 deletions

View file

@ -8,6 +8,8 @@ window.Page_breeder = (() => {
let _container = null;
let _appState = null;
const _esc = s => UI.esc ? UI.esc(s) : String(s ?? '').replace(/[&<>"']/g, c => ({'&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;',"'":'&#39;'}[c]));
// ----------------------------------------------------------
// INIT
// ----------------------------------------------------------