From bb2746ec5092d99a02e3532536b51b76491070a9 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 4 Sep 2021 17:31:39 +0100 Subject: [PATCH] Revert to production server Former-commit-id: 56907e3bdd346844c5271496e05f46b29921c2e5 [formerly bfae726cff825a3edd18fb38182559563e8c5204] [formerly 295717b2029bf93741d577528a80ef5c9cb3a41b] [formerly 89d65b109e6550b123302caab8546ef2745d6f20 [formerly b6a64745fc8a57c1a6077480c9a8fcde2d44c53c [formerly c7988fa9bbca474e0cf4b7f3d3da8eea302dcf89]]] Former-commit-id: a7c94d89a7837a06906c773542517205e9246378 [formerly f521ca86943fbfb6d81b11aea89c18557d384828 [formerly 3055907bc2975b8480fee663c1362724824d00ff]] Former-commit-id: 1d76814620ed8d8a9b083aa9c8fb607a571720df [formerly 5a2a85b2bf060695f882068eec9c335b94364d92] Former-commit-id: de48dbc86bc041edb125b1d880284b98147f9992 --- www/js/init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/init.js b/www/js/init.js index c56d7dcb..8ff9aef1 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -62,8 +62,8 @@ params['cachedStartPages'] = { }; params['kiwixDownloadLink'] = "https://download.kiwix.org/zim/"; //Include final slash /******* DEV: ENSURE SERVERS BELOW ARE LISTED IN package.appxmanifest ************/ -// params['PWAServer'] = "https://pwa.kiwix.org/"; // Production server -params['PWAServer'] = "https://kiwix.github.io/kiwix-js-windows/"; // Test server +params['PWAServer'] = "https://pwa.kiwix.org/"; // Production server +// params['PWAServer'] = "https://kiwix.github.io/kiwix-js-windows/"; // Test server params['PWAMode'] = getSetting('PWAMode'); // Set to true if the app should always operate in PWA mode params['storeType'] = getBestAvailableStorageAPI();