mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
we have to wait a little, to give browser time to same autocomplete values
This commit is contained in:
parent
51f6ee7f62
commit
af8e1022e1
@ -385,7 +385,10 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_wnd.close();
|
// we have to wait a little, to give browser time to same autocomplete values
|
||||||
|
_wnd.setTimeout(function() {
|
||||||
|
_wnd.close();
|
||||||
|
}, 20);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user