Skip to content

Commit 3045eb4

Browse files
Release 20250711
1 parent a0fe97b commit 3045eb4

File tree

7 files changed

+6
-5
lines changed

7 files changed

+6
-5
lines changed

hlp-aguide/Help-cs.zip

1.93 KB
Binary file not shown.

hlp-aguide/Help-en.zip

1.77 KB
Binary file not shown.

hlp/Help-cs.zip

-21 Bytes
Binary file not shown.

hlp/Help-en.zip

-17 Bytes
Binary file not shown.

hvdata/data.zip

-187 Bytes
Binary file not shown.

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<title>Help Viewer</title>
77
<meta name="application-name" content="Help Viewer">
88
<meta name="description" content="Help Viewer help file.">
9-
<link rel="manifest" href="manifest.webmanifest" />
9+
<link rel="manifest" href="manifest.webmanifest">
1010
<script src="hvdata/jszip.min.js"></script>
1111
<script src="hvdata/appmain.js"></script>
12-
<link rel="icon" type="image/png" href="favicon.png" />
12+
<link rel="icon" type="image/png" href="favicon.png">
1313
<meta property="og:title" content="Help Viewer">
1414
<meta property="og:description" content="Help Viewer help file.">
1515
<meta property="og:type" content="website">
@@ -34,14 +34,14 @@
3434
}
3535
</style>
3636
<!-- %NREL% -->
37-
</head>
3837
<script>
3938
if ('serviceWorker' in navigator) {
4039
navigator.serviceWorker.register('sw.js')
4140
.catch(e => console.error('SW registration failed:', e));
4241
}
4342
</script>
44-
<body class="inStandard"></body>
43+
</head>
44+
<body class="inStandard">
4545
<noscript>
4646
<div id="js-error"> ⚠ JavaScript is turned off!</div>
4747
</noscript>
@@ -72,4 +72,5 @@
7272
</li>
7373
</ul>
7474
</div>
75+
</body>
7576
</html>

sw.js

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

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

0 commit comments

Comments
 (0)