mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02: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
|
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