[Libreoffice-commits] help.git: help3xsl/help.html
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Aug 14 15:06:41 UTC 2018
help3xsl/help.html | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 049c187e0503bb1f527eebb3c9a5e0d5961ee947
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Fri Aug 10 18:34:15 2018 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Aug 14 17:06:22 2018 +0200
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 at libreoffice.org>
diff --git a/help3xsl/help.html b/help3xsl/help.html
index 42f1296f0..e63435b45 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) {
More information about the Libreoffice-commits
mailing list