diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-20 17:13:12 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-26 08:32:34 +0200 |
commit | a8306cd14aa3c94db34799abe7c3a322a6fb03c5 (patch) | |
tree | a99b20ae672babf5e094842d8ab7bbc3af74670e /help3xsl/index2.html | |
parent | 62663ccf7345309232e37fdb6d08f0f0b6f595c4 (diff) |
Add debug info for HID in new help
To enable Help page debug, add '&Debug=1' to the page URL.
This patch pass the HID in the URL of the help page and
displays it in the debug div in the bottom of the page.
It should help to locate missing pages for a given HID.
Change-Id: I671feb2dc34baaef5230028ba918a407d4cfea76
Reviewed-on: https://gerrit.libreoffice.org/60843
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/index2.html')
-rw-r--r-- | help3xsl/index2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/index2.html b/help3xsl/index2.html index 2de168ba13..01bfb442f4 100644 --- a/help3xsl/index2.html +++ b/help3xsl/index2.html @@ -51,7 +51,7 @@ var indx = file.indexOf('#'); var bm = file.substr(indx,file.length); file = file.substr(0,indx); - var newURL = lang + '/' + file + '?System=' + system + '&DbPAR=' + module + bm; + var newURL = lang + '/' + file + '?System=' + system + '&DbPAR=' + module + '&HID=' + bookmark + bm; } window.location.href = newURL; } else { |