feature: sw cache all

This commit is contained in:
Jean-Baptiste Pasquier
2021-05-10 12:10:53 +02:00
parent b8dd2aca56
commit eb92447b73
3 changed files with 56 additions and 9 deletions

View File

@ -10,7 +10,7 @@ if ('serviceWorker' in navigator) {
let registration;
const showSkipWaitingPrompt = (event) => {
if(hubl.intl.t('serviceWorker.newUpdate') != undefined) {
if (hubl.intl.t('serviceWorker.newUpdate') != undefined) {
Swal.fire({
position: 'bottom-end',
backdrop: false,