diff --git a/home.php b/home.php index a8aef1bd16..4e829a885a 100755 --- a/home.php +++ b/home.php @@ -178,8 +178,8 @@ { if (NotifyWindow.closed) { - NotifyWindow.stop(); - NotifyWindow.close(); + NotifyWindow.stop; + NotifyWindow.close; } } NotifyWindow = window.open("link('/notify.php')?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes");