Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler 2021-08-13 07:56:22 +02:00
commit 0365fcb24d
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
let CACHE_NAME = 'workavdenture-cache-v1.2'; let CACHE_NAME = 'workavdenture-cache-v1.4.14';
let urlsToCache = [ let urlsToCache = [
'/' '/'
]; ];

View File

@ -22,7 +22,6 @@
let isMobile : boolean|null; let isMobile : boolean|null;
const unsubscribe = obtainedMediaConstraintIsMobileStore.subscribe(value => { const unsubscribe = obtainedMediaConstraintIsMobileStore.subscribe(value => {
console.log('unsubscribe => obtainedMediaConstraintIsMobileStore', value);
isMobile = value; isMobile = value;
}); });
onDestroy(unsubscribe); onDestroy(unsubscribe);