mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +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 = 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)
|
||||
{
|
||||
NotifyWindow.opener = window;
|
||||
|
Loading…
Reference in New Issue
Block a user