From 56907e3bdd346844c5271496e05f46b29921c2e5 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: 89d65b109e6550b123302caab8546ef2745d6f20 [formerly b6a64745fc8a57c1a6077480c9a8fcde2d44c53c [formerly c7988fa9bbca474e0cf4b7f3d3da8eea302dcf89]] Former-commit-id: 295717b2029bf93741d577528a80ef5c9cb3a41b Former-commit-id: bfae726cff825a3edd18fb38182559563e8c5204 --- 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();