mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 06:50:35 +01:00
fix the ->link() to the notify window
This commit is contained in:
parent
8b49d16008
commit
19d2b3c139
@ -136,7 +136,7 @@
|
|||||||
NotifyWindow.close();
|
NotifyWindow.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
NotifyWindow = window.open("<?php echo $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 $phpgw->link("/notify.php")?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes");
|
||||||
if (NotifyWindow.opener == null)
|
if (NotifyWindow.opener == null)
|
||||||
{
|
{
|
||||||
NotifyWindow.opener = window;
|
NotifyWindow.opener = window;
|
||||||
|
Loading…
Reference in New Issue
Block a user