mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +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
|
else
|
||||||
{
|
{
|
||||||
// we have to wait a little, to give browser time to same autocomplete values
|
_wnd.close();
|
||||||
_wnd.setTimeout(function() {
|
|
||||||
_wnd.close();
|
|
||||||
}, 20);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user