Merge branch 'feature/cache-all' into feature/core-0.17
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user