mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02: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')
|
if ($GLOBALS['egw']->currentapp == 'addressbook')
|
||||||
{
|
{
|
||||||
egw_framework::refresh_opener(lang('Contact deleted'), 'addressbook', $content['id'], 'delete' );
|
egw_framework::refresh_opener(lang('Contact deleted'), 'addressbook', $content['id'], 'delete' );
|
||||||
|
egw_framework::window_close();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user