summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-08-14 16:13:34 +0200
committerJan Holesovsky <kendy@collabora.com>2018-08-14 16:28:37 +0200
commitdb64016fc4100bf7cc88647560b1e3c5fcb53b4e (patch)
treea7e924c921409d355a5d16b00eae3c746b7027e9 /help3xsl
parent57fc378985c101b47feff734c1a1812ad5c5c475 (diff)
Rename 'map' to 'hid2fileMap'.
Also update dependency, so that the file gets rebuilt when the 'echo' part of the makefile changes. Change-Id: I0412f882dd12e265d8261a259ed83c469e261cdf Reviewed-on: https://gerrit.libreoffice.org/58992 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/index2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/index2.html b/help3xsl/index2.html
index 4f7c744e27..6a9a1a6c8e 100644
--- a/help3xsl/index2.html
+++ b/help3xsl/index2.html
@@ -36,11 +36,11 @@
default: {defaultFile='text/shared/main0000.html';module="WRITER";break;}
}
var bookmark = target.slice(target.indexOf('/') + 1, target.length);
- var file = map[bookmark];
+ var file = hid2fileMap[bookmark];
// check first if a root bookmark @@nowidget@@ can be used
if (file === undefined) {
var b2 = bookmark.substring(0, bookmark.lastIndexOf("/")) + '/@@nowidget@@';
- file = map[b2];
+ file = hid2fileMap[b2];
}
// rebuild URL
if (file === undefined) {