mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
we have to wait a little, to give browser time to same autocomplete values
This commit is contained in:
parent
2eb687775e
commit
8633eb416e
@ -385,7 +385,10 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
|
||||
}
|
||||
else
|
||||
{
|
||||
_wnd.close();
|
||||
// we have to wait a little, to give browser time to same autocomplete values
|
||||
_wnd.setTimeout(function() {
|
||||
_wnd.close();
|
||||
}, 20);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user