diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-08-15 08:54:28 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-16 09:18:53 +0200 |
commit | e76947a271da80e60ef658a9795fd95b6f26476a (patch) | |
tree | b0ff7bfddcd8d980a4fed036201fa2b6a9d8eec6 /help3xsl/index.html | |
parent | 73023bcc0dba68f6677bc02cdad75145180e2b11 (diff) |
The <version>/index.html can default correctly, no need to do it in the root.
Change-Id: If74aaea6924638f9fef647121da4a35c66fc0213
Reviewed-on: https://gerrit.libreoffice.org/59048
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'help3xsl/index.html')
-rw-r--r-- | help3xsl/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/help3xsl/index.html b/help3xsl/index.html index fcaa9bdda6..9f4dae9466 100644 --- a/help3xsl/index.html +++ b/help3xsl/index.html @@ -12,8 +12,7 @@ </head> <body> <script type="text/javascript"> - var userLang = navigator.language || navigator.userLanguage; - window.open('latest/'+userLang+'/text/shared/main0108.html?&DbPAR=WRITER&System=WIN','_self'); + window.location.href = 'latest/index.html'; </script> </body> </html> |