feat(directory): list specific camera nodes with cross-streets and photos in city search
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
// Service Worker for FlockRadar Offline Driving & Live Updates
|
||||
const CACHE_NAME = 'flockradar-v10';
|
||||
const CACHE_NAME = 'flockradar-v11';
|
||||
const ASSETS_TO_CACHE = [
|
||||
'./',
|
||||
'./index.html',
|
||||
'./css/styles.css?v=10',
|
||||
'./js/app.js?v=10',
|
||||
'./js/auth.js?v=10',
|
||||
'./js/radar.js?v=10',
|
||||
'./data/portals.js?v=10',
|
||||
'./css/styles.css?v=11',
|
||||
'./js/app.js?v=11',
|
||||
'./js/auth.js?v=11',
|
||||
'./js/radar.js?v=11',
|
||||
'./data/portals.js?v=11',
|
||||
'./manifest.json'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user