fix: unaufgeloeste Merge-Konflikt-Marker aus i18n/calendar/week/css entfernt
Beim letzten Beta->Master-Merge sind die <<<<<<< / ======= / >>>>>>> Marker mit committet worden. Das hat i18n.js mit einem SyntaxError beim Parsen abgebrochen und damit den gesamten Frontend-Start kaputt gemacht (=> komplett schwarze Seite, weil applyTheme nie lief). Acht Bloecke aufgeloest, in allen Faellen die HEAD-Seite behalten (neue Features: copy-Key, URL-State, all-day-continues-Logik, Event- Popup-Header). v22 / sw cache v22.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// the entry HTML / version files). New releases take effect on the next
|
||||
// reload, no manual SW unregister required.
|
||||
|
||||
const CACHE_VERSION = 'calendarr-v21';
|
||||
const CACHE_VERSION = 'calendarr-v22';
|
||||
const OFFLINE_SHELL = ['/', '/index.html'];
|
||||
|
||||
self.addEventListener('install', event => {
|
||||
|
||||
Reference in New Issue
Block a user