mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
reverting setting of target app, as it is unneccessary
This commit is contained in:
parent
bcdc505f5a
commit
30b509e9ce
@ -511,7 +511,7 @@ class calendar_ui
|
|||||||
function popup($link,$target='_blank',$width=750,$height=410)
|
function popup($link,$target='_blank',$width=750,$height=410)
|
||||||
{
|
{
|
||||||
return 'egw_openWindowCentered2('.($link == 'this.href' ? $link : "'".$link."'").','.
|
return 'egw_openWindowCentered2('.($link == 'this.href' ? $link : "'".$link."'").','.
|
||||||
($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes','calendar')";
|
($target == 'this.target' ? $target : "'".$target."'").",$width,$height,'yes')";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user