mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix missing window_close() in addressbook edit popup-> delete button
This commit is contained in:
parent
2a7b7d9376
commit
e1bb2a32d3
@ -1723,6 +1723,7 @@ window.egw_LAB.wait(function() {
|
||||
if ($GLOBALS['egw']->currentapp == 'addressbook')
|
||||
{
|
||||
egw_framework::refresh_opener(lang('Contact deleted'), 'addressbook', $content['id'], 'delete' );
|
||||
egw_framework::window_close();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user