From 5a0d09b9208e4e96ac45510eb62342a5e4302584 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 11 May 2021 17:36:35 +0100 Subject: [PATCH] Switch to production server Former-commit-id: 36e7ff6992c86776dbcb519addb1e9cec192f3ea [formerly 32f2a3def5f3442aaee0fd0a4f6c99fc270a4576] [formerly db9f6d860073482e3f0cbea9bcab33b60944faf3] [formerly 7fa838dc0379ecaf562e5bc566cdce2a2fbd3b21 [formerly c7762ef51788d2f88eef0a555b2fcd017e6683ee [formerly 643bb3002a26734856ecb2e8fbf0e6771fad51a6]]] Former-commit-id: 56942d4d28738bc5c9ac37e22ce377a8f20616ba [formerly b2586bbc934722cae7d91c587653f343a4c5d232 [formerly b05cae56fe272f0c11ba0505b6442d847808039c]] Former-commit-id: 01659e9d203dc447b9931f2537783ff6af7e6eb2 [formerly 15ec9f505edc27382f296e75eaffb6aeba3405ac] Former-commit-id: 554425f69d70fee10a05a68f2a8f370955456bf7 --- 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 563323b2..76dbd410 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();