mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Revert back the window close to normal timing as delay breaks closing of compose dialog
This commit is contained in:
parent
baae7ff596
commit
436424c1c7
@ -385,10 +385,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
|
||||
}
|
||||
else
|
||||
{
|
||||
// we have to wait a little, to give browser time to same autocomplete values
|
||||
_wnd.setTimeout(function() {
|
||||
_wnd.close();
|
||||
}, 20);
|
||||
_wnd.close();
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user