diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-08-10 18:34:15 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-08-14 17:06:22 +0200 |
commit | 049c187e0503bb1f527eebb3c9a5e0d5961ee947 (patch) | |
tree | dd38879b253bc6b8b6a9a84e19b0edad09f6f8d1 /help3xsl | |
parent | 1c76993a281f99a80c4dcbcf7e2133ef2dd3db69 (diff) |
Let's make the help urls more standard, and use ?Target=...&... form.
Change-Id: Ic2568c769ab11e3622f71b92a46fb124012a3c90
Reviewed-on: https://gerrit.libreoffice.org/58865
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/help.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index 42f1296f01..e63435b45c 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -27,6 +27,7 @@ } return decodeURIComponent(results[2].replace(/\+/g, " ")); } + var url = window.location.href; var n = url.indexOf('?'); if (n != -1) { |