mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +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)
|
if (NotifyWindow.closed)
|
||||||
{
|
{
|
||||||
NotifyWindow.stop();
|
NotifyWindow.stop;
|
||||||
NotifyWindow.close();
|
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");
|
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