Advance to 0.9.9.89 Beta-dev

Former-commit-id: 35fbed9d92a5ead2a8b48e5066643e55be64da71 [formerly 2a847ba6aa1a63fe1e327871a5b4aca45236da70]
Former-commit-id: f1d0799151fde26e3995e824a505f4f1bf2a5d86
This commit is contained in:
Jaifroid 2019-04-20 11:58:35 +01:00
parent 24663b367b
commit 897e2ff16c

View File

@ -30,7 +30,7 @@ window.onerror = function (msg, url) {
// Parameters that define overall operation of app // Parameters that define overall operation of app
var params = {}; var params = {};
params['version'] = "0.9.9.88 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.89 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['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['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 params['cachedStartPage'] = false; //If you have cached the start page for quick start, give its URI here