mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-14 14:58:35 -04:00
Advance to 0.9.9.3
Former-commit-id: 393045fa9a76467d18b45489f75e313279988a4b [formerly 8f7c64ef371fdbb11b3598e23944450c802ed1a0] Former-commit-id: 43a6545ceda61a3e592f01fed72ab138c1d423b8
This commit is contained in:
parent
33248f07a9
commit
15c6919b61
@ -22,7 +22,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
var params = {};
|
||||
params['version'] = "0.9.9.2 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.3 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_2015-06.zimaa"; //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_2015-06"; //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