Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
commit
0365fcb24d
2
front/dist/service-worker-prod.js
vendored
2
front/dist/service-worker-prod.js
vendored
@ -1,4 +1,4 @@
|
||||
let CACHE_NAME = 'workavdenture-cache-v1.2';
|
||||
let CACHE_NAME = 'workavdenture-cache-v1.4.14';
|
||||
let urlsToCache = [
|
||||
'/'
|
||||
];
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
let isMobile : boolean|null;
|
||||
const unsubscribe = obtainedMediaConstraintIsMobileStore.subscribe(value => {
|
||||
console.log('unsubscribe => obtainedMediaConstraintIsMobileStore', value);
|
||||
isMobile = value;
|
||||
});
|
||||
onDestroy(unsubscribe);
|
||||
|
Loading…
Reference in New Issue
Block a user