Skip to content

Commit 2fdb000

Browse files
Release 20250626
1 parent ae28f6a commit 2fdb000

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

hlp-user/Help-cs.zip

71 Bytes
Binary file not shown.

hlp-user/Help-en.zip

64 Bytes
Binary file not shown.

hlp/Help-cs.zip

1 KB
Binary file not shown.

hlp/Help-en.zip

923 Bytes
Binary file not shown.

hvdata/appmain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function newStorageDir(path) {
105105
return path.replace(/\/$/, '');
106106
}
107107
async function search(filePath, format = STOF_TEXT) {
108-
const fpath = `${storageO}/${filePath}`;
108+
const fpath = `${storageO}/${filePath}`.replace('//', '/_base/');
109109
const response = await fetchDataOrEmpty(fpath);
110110

111111
switch (format) {

hvdata/data.zip

190 Bytes
Binary file not shown.

robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Allow: /hlp/
66
Allow: /index.html
77
Allow: /sitemap.xml
88
Allow: /favicon.png
9-
Allow: /faviconPWA.png
9+
Allow: /faviconPWA.png

0 commit comments

Comments
 (0)