summaryrefslogtreecommitdiff
path: root/help3xsl/index.html
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-08-15 08:54:28 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-08-15 11:21:15 +0200
commit77740035a0c95abac64eedd7eac54c210feaa447 (patch)
tree1c2ef3c6befda76af9d8aa1bd3e6aec7de90d707 /help3xsl/index.html
parent3b564bf5214e3b3a33ec93d9c1298aace161c37d (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/59045 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'help3xsl/index.html')
-rw-r--r--help3xsl/index.html3
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>