From 049c187e0503bb1f527eebb3c9a5e0d5961ee947 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 10 Aug 2018 18:34:15 +0200 Subject: 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 --- help3xsl/help.html | 1 + 1 file changed, 1 insertion(+) (limited to 'help3xsl/help.html') 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) { -- cgit