mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 19:57:46 -04:00
Advance dev branch to 0.9.9.91 beta
Former-commit-id: 66e0a91985aa0a8d02d818b0d9d5a32affa1c9d0 [formerly 33610f78a24f3e0ca0675cbda3d571d4c7585c62] Former-commit-id: 45be6147c6d593ab721b148be7066b044e5bcb8e
This commit is contained in:
parent
e985c8f81a
commit
e69b689c61
@ -30,7 +30,7 @@ window.onerror = function (msg, url) {
|
||||
|
||||
// Parameters that define overall operation of app
|
||||
var params = {};
|
||||
params['version'] = "0.9.9.90 Beta"; //DEV: do not set this dynamically -- it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['version'] = "0.9.9.91 Beta-dev"; //DEV: do not set this dynamically -- it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['packagedFile'] = "wikipedia_en_ray_charles_novid_2018-10.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['fileVersion'] = "wikipedia_en_ray_charles_novid_2018-10.zim (12-Oct-2018)"; //Use generic name for actual file, and give version here
|
||||
params['cachedStartPage'] = false; //If you have cached the start page for quick start, give its URI here
|
||||
|
Loading…
x
Reference in New Issue
Block a user