mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-23 12:36:21 -04:00
parent
3ffd96dda1
commit
d68a996ef1
@ -856,7 +856,7 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'settingsStore','abstractFilesys
|
||||
var response;
|
||||
if (settingsStore.getItem('allowInternetAccess') === 'true') {
|
||||
if (PWASuccessfullyLaunched) {
|
||||
checkPWAIsOnline();
|
||||
launchPWA();
|
||||
} else {
|
||||
response = confirm('The last attempt to launch the PWA appears to have failed.\n\nDo you wish to try again?');
|
||||
if (response) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user