From d68a996ef10c94aec663bd1ae104d6238fb44aec Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 11 Jan 2022 12:52:48 +0000 Subject: [PATCH] Revert check for PWA existence prior to passthrough #795 (#796) --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/app.js b/www/js/app.js index a4d3cadf..d9d132b6 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -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) {