Skip to content

Commit 885cf41

Browse files
Release 20250828
1 parent cff0f85 commit 885cf41

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

hlp-user/Help-cs.zip

45 Bytes
Binary file not shown.

hlp-user/Help-en.zip

32 Bytes
Binary file not shown.

hlp/Help-cs.zip

-6.57 KB
Binary file not shown.

hlp/Help-en.zip

-5.82 KB
Binary file not shown.

hvdata/appmain.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
const DEBUG_MODE = false;
23
const DEBUG_MODE_RENDERER = DEBUG_MODE;
34
const LOG_MINIMIZE_OBJECT = true;

hvdata/data.zip

35.4 KB
Binary file not shown.

sw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const CACHE_NAME = 'helpviewer-cache-v1';
2-
const CACHE_FILES = [ '/jsconfig.json','/faviconPWA.png','/favicon.png','/hvdata/LICENSE-jszip.md','/hvdata/data.zip','/hvdata/appmain.js','/hvdata/jszip.min.js','/manifest.webmanifest','/robots.txt','/index.html' ];
1+
const CACHE_NAME = 'helpviewer-cache-20250828';
2+
const CACHE_FILES = [ '/faviconPWA.png','/jsconfig.json','/robots.txt','/hvdata/jszip.min.js','/hvdata/LICENSE-jszip.md','/hvdata/data.zip','/hvdata/appmain.js','/manifest.webmanifest','/favicon.png','/index.html' ];
33

44
self.addEventListener('install', (event) => {
55
event.waitUntil(

0 commit comments

Comments
 (0)