mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(pwa) remove no longer used file
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
b0d55f9450
commit
07d8611988
@@ -1,10 +0,0 @@
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker
|
||||
.register('pwa-worker.js')
|
||||
.then(reg => {
|
||||
console.log('Service worker registered.', reg);
|
||||
})
|
||||
.catch(err => {
|
||||
console.log(err);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user