Kontakt-Modul
Dieser Commit ist enthalten in:
committet von
Server Deploy
Ursprung
623bbdf5dd
Commit
7d67557be4
@ -4,7 +4,7 @@
|
||||
* Offline support and caching
|
||||
*/
|
||||
|
||||
const CACHE_VERSION = '197';
|
||||
const CACHE_VERSION = '265';
|
||||
const CACHE_NAME = 'taskmate-v' + CACHE_VERSION;
|
||||
const STATIC_CACHE_NAME = 'taskmate-static-v' + CACHE_VERSION;
|
||||
const DYNAMIC_CACHE_NAME = 'taskmate-dynamic-v' + CACHE_VERSION;
|
||||
@ -41,6 +41,8 @@ const STATIC_ASSETS = [
|
||||
'/js/knowledge.js',
|
||||
'/js/coding.js',
|
||||
'/js/mobile.js',
|
||||
'/js/reminders.js',
|
||||
'/js/contacts.js',
|
||||
'/css/list.css',
|
||||
'/css/mobile.css',
|
||||
'/css/admin.css',
|
||||
@ -48,7 +50,9 @@ const STATIC_ASSETS = [
|
||||
'/css/notifications.css',
|
||||
'/css/gitea.css',
|
||||
'/css/knowledge.css',
|
||||
'/css/coding.css'
|
||||
'/css/coding.css',
|
||||
'/css/reminders.css',
|
||||
'/css/contacts.css'
|
||||
];
|
||||
|
||||
// API routes to cache
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren