- ${_kiError ? `
${_esc(_kiError)}
` : ''}
+ ${_kiError ? `
${_esc(_kiError)}
` : ''}
${_kiSuggestions ? `
@@ -291,7 +292,7 @@ window.Page_notes = (() => {
-
+
${_esc(rb.label)}
${note.parent_label
@@ -300,10 +301,10 @@ window.Page_notes = (() => {
}
@@ -320,9 +321,9 @@ window.Page_notes = (() => {
-
+
${_esc(_formatTime(note.updated_at || note.created_at))}
- ${hasLocation ? ` ${_esc(note.location_name)}` : ''}
+ ${hasLocation ? ` ${_esc(note.location_name)}` : ''}
`;
@@ -467,7 +468,7 @@ window.Page_notes = (() => {
- ${_esc(rb.label)}
+ ${_esc(rb.label)}
Notiz bearbeiten
diff --git a/backend/static/sw.js b/backend/static/sw.js
index f548621..fb865ed 100644
--- a/backend/static/sw.js
+++ b/backend/static/sw.js
@@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
-const CACHE_VERSION = 'by-v423';
+const CACHE_VERSION = 'by-v424';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten