diff --git a/backend/static/js/app.js b/backend/static/js/app.js index a179d0e..25a949c 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '580'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '581'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/js/pages/jobs.js b/backend/static/js/pages/jobs.js index 7ad5e68..c8dd539 100644 --- a/backend/static/js/pages/jobs.js +++ b/backend/static/js/pages/jobs.js @@ -7,6 +7,8 @@ window.Page_jobs = (() => { let _container = null; let _appState = null; + const _esc = s => UI.escape(s ?? ''); + async function init(container, appState) { _container = container; _appState = appState; @@ -122,7 +124,7 @@ window.Page_jobs = (() => { ${app.admin_note ? `