From 879dc7d65d01298890203c4bc56fe7cf2c67a6da Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 25 May 2021 07:17:06 +0100 Subject: [PATCH] Switch to test server Former-commit-id: e47f3f229aaa79f48ce264bf1c0a5fa243e0384d [formerly 8cd84e7042586ca0eb12f58c80cac7878e9b8c99 [formerly a0e0211e487f32e05fdb7f5ecafb9817baa814c2]] Former-commit-id: 776b0b3d062b261f0572db2e3944e87bcf2b5fda Former-commit-id: d35757dc63f0af976709756778b8e68595b4ec38 --- 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 a14d3006..5400243c 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -61,8 +61,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();