diff options
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index e63435b45c..21afd2ff41 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -37,9 +37,7 @@ var newURL = version + '/index.html?' + query; window.location.href = newURL; } else { - // URL came from elsewhere, direct access to webroot, we redirect to main Help page - var userLang = navigator.language || navigator.userLanguage; - window.location.href = 'latest/' + userLang + '/text/shared/main0108.html?&DbPAR=WRITER&System=WIN'; + window.location.href = 'latest/index.html'; } </script> </body> |