forked from extern/egroupware
litte js bug
This commit is contained in:
parent
70e9f4f0bc
commit
03c7a819d3
@ -1279,8 +1279,8 @@ $readonlys['button[vcard]'] = true;
|
||||
$GLOBALS['egw']->session->appsession($do_email ? 'email' : 'index','addressbook',$index_nm);
|
||||
|
||||
$response->addScript("
|
||||
var index_link = opener.location;
|
||||
opener.location= index_link;
|
||||
var index_link = window.opener.location;
|
||||
window.opener.location= index_link;
|
||||
window.close();
|
||||
");
|
||||
return $response->getXML();
|
||||
|
Loading…
Reference in New Issue
Block a user