Skip to content

Commit fceb562

Browse files
committed
fixes PWA
1 parent ba8a1b6 commit fceb562

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

i/uploadButton.png

-61.9 KB
Binary file not shown.

sw.js

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ var CACHE_NAME = 'bubble-v1';
33
var urlsToCache = [
44
'css/style.css',
55
'js/aroundviewer.js',
6-
'js/e/aframe.js',
7-
'i/bubbleicon.png',
8-
'i/uploadButton.png',
9-
'i/around.jpg'
6+
'js/e/aframe.min.js',
7+
'i/appHeader.svg',
8+
'i/iconSelectDevice.svg',
9+
'i/around.jpg',
10+
'i/iconInstantShare.svg',
11+
'i/btnMenu.png'
1012
];
1113

1214
self.addEventListener('install', function(event) {

0 commit comments

Comments
 (0)