mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-21 06:47:42 +00:00
Bell sound on wanted calls. Closes #117
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const CACHE_NAME = 'Spothole';
|
||||
const CACHE_URLS = [
|
||||
'static/apidocs/openapi.yml',
|
||||
'static/audio/bell.mp3',
|
||||
'static/audio/ping.mp3',
|
||||
'static/css/style.css',
|
||||
'static/js/add-spot.js',
|
||||
@@ -50,6 +51,9 @@ const CACHE_URLS = [
|
||||
'static/vendor/js/leaflet-1.9.4.min.js',
|
||||
'static/vendor/js/leaflet-geodesic-2.7.2.umd.min.js',
|
||||
'static/vendor/js/leaflet-maidenhead.js',
|
||||
'static/vendor/js/fetch-event-source-2.0.1/fetch.js',
|
||||
'static/vendor/js/fetch-event-source-2.0.1/index.js',
|
||||
'static/vendor/js/fetch-event-source-2.0.1/parse.js',
|
||||
'static/vendor/webfonts/fa-solid-900.ttf',
|
||||
'static/vendor/webfonts/fa-solid-900.woff2'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user