mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fixed some Javascript errors
This commit is contained in:
parent
66a9cfb2de
commit
137605c030
4
home.php
4
home.php
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user