Fix: Notifications-Klick-Handler durch UI.toast-TypeError blockiert
UI.toast ist ein Objekt {success,error,info}, kein Funktion.
UI.toast?.('...','info') wirft TypeError → async handler crasht still
→ setTimeout(_execNav) wird nie ausgeführt → keine Navigation
Fix: UI.toast?.info?.(…) / UI.toast?.error?.(…)
This commit is contained in:
parent
bb0250a8b5
commit
90f1c4e299
3 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v233';
|
||||
const CACHE_VERSION = 'by-v234';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue