Fix: Kalender-Abo — UI.escHtml → UI.escape (Methode existiert nicht)
This commit is contained in:
parent
e9bfe618ad
commit
21e634b409
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
Router, State-Management, Navigation, Initialisierung.
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const APP_VER = '89'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
const APP_VER = '90'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||||
|
|
||||||
const App = (() => {
|
const App = (() => {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -387,10 +387,10 @@ window.Page_settings = (() => {
|
||||||
padding:var(--space-3) var(--space-4);
|
padding:var(--space-3) var(--space-4);
|
||||||
font-size:var(--text-xs);color:var(--c-text-secondary);
|
font-size:var(--text-xs);color:var(--c-text-secondary);
|
||||||
word-break:break-all;margin-bottom:var(--space-4)">
|
word-break:break-all;margin-bottom:var(--space-4)">
|
||||||
${UI.escHtml(httpsUrl)}
|
${UI.escape(httpsUrl)}
|
||||||
</div>
|
</div>
|
||||||
<div style="display:flex;flex-direction:column;gap:var(--space-2)">
|
<div style="display:flex;flex-direction:column;gap:var(--space-2)">
|
||||||
<a href="${UI.escHtml(url)}"
|
<a href="${UI.escape(url)}"
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
style="text-align:center">
|
style="text-align:center">
|
||||||
${UI.icon('calendar-dots')} In Kalender-App öffnen
|
${UI.icon('calendar-dots')} In Kalender-App öffnen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue