adv search was not working with autohide sidebox in idots template

This commit is contained in:
Cornelius Weiß 2006-11-02 13:52:24 +00:00
parent 8831acc1c4
commit c5d92cca87

View File

@ -1298,8 +1298,9 @@ $readonlys['button[vcard]'] = true;
$GLOBALS['egw']->session->appsession($do_email ? 'email' : 'index','addressbook',$index_nm);
$response->addScript("
var index_link = window.opener.location;
window.opener.location=index_link;
var link = opener.location.href;
link = link.replace(/#/,'');
opener.location.href=link.replace(/\#/,'');
xajax_eT_wrapper();
");
return $response->getXML();