Fixed some Javascript errors

This commit is contained in:
jengo 2001-09-12 00:07:01 +00:00
parent 66a9cfb2de
commit 137605c030

View File

@ -178,8 +178,8 @@
{
if (NotifyWindow.closed)
{
NotifyWindow.stop();
NotifyWindow.close();
NotifyWindow.stop;
NotifyWindow.close;
}
}
NotifyWindow = window.open("<?php echo $GLOBALS['phpgw']->link('/notify.php')?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes");