diff --git a/sso.php b/sso.php index 74fcdca..c9833de 100644 --- a/sso.php +++ b/sso.php @@ -329,7 +329,7 @@ function output_javascript_priv() { document.write(''); document.body.style.display='none'; - window.location = '&fragment='+encodeURIComponent(document.location.hash); + window.location = '&fragment='+encodeURIComponent(document.location.hash); };