diff options
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> |