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