Fix missing window_close() in addressbook edit popup-> delete button

This commit is contained in:
Hadi Nategh 2013-12-04 09:58:47 +00:00
parent 2a7b7d9376
commit e1bb2a32d3

View File

@ -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
{