diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-08-12 18:48:47 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-08-12 23:59:45 +0200 |
commit | 5f88c56e4312f3527f2f953e5ed2dc4ea5438701 (patch) | |
tree | ad6e6127f5c64b35db75f14c0d9ea156062b82f1 /help3xsl/help.html | |
parent | 6c20b138bbf088d5f2a11cd1143c1d084c9c27af (diff) |
tdf#97745 Enable page debug for 6.0
Fix url detection in help.html
Connect xhp file displayed to opengrok
Hide momentarily debug control
Change-Id: Icab467ee797d3ec94082a7b3b722bfd2485b5b2e
Reviewed-on: https://gerrit.libreoffice.org/41100
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index bd2100a7e4..6b44ca3202 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -13,7 +13,7 @@ <body> <script type="text/javascript"> var url = window.location.href; - var n = url.indexOf('LOHelp.html?'); + var n = url.indexOf('help.html?'); if (n != -1){ // the URL came from LibreOffice help (F1) var version = getParameterByName("Version",url); |