diff options
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index df4885a674..8ee3510cf6 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -36,9 +36,9 @@ var version = getParameterByName("Version", url); var query = url.substr(n + 1, url.length); var newURL = version + '/index.html?' + query; - window.location.href = newURL; + window.location.replace(newURL); } else { - window.location.href = 'latest/index.html'; + window.location.replace('latest/index.html'); } </script> </body> |