litte js bug

This commit is contained in:
Cornelius Weiß 2006-10-27 10:22:50 +00:00
parent 70e9f4f0bc
commit 03c7a819d3

View File

@ -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();