diff --git a/lib/javascript.php b/lib/javascript.php index 8d74d4eb12b..44d84bbe1e5 100644 --- a/lib/javascript.php +++ b/lib/javascript.php @@ -8,7 +8,7 @@ function fillmessagebox(text) { function openpopup(url,name,height,width) { fullurl = "wwwroot ?>" + url; options = "menubar=0,location=0,scrollbars,resizable,width="+width+",height="+height; -windowobj = window.open(fullurl,"name", options); +windowobj = window.open(fullurl,name, options); windowobj.focus(); }