diff options
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index 42f1296f01..e63435b45c 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -27,6 +27,7 @@ } return decodeURIComponent(results[2].replace(/\+/g, " ")); } + var url = window.location.href; var n = url.indexOf('?'); if (n != -1) { |