mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 05:01:12 +01:00
Revert back the window close to normal timing as delay breaks closing of compose dialog
This commit is contained in:
parent
087f457da0
commit
74eee4d061
@ -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.setTimeout(function() {
|
|
||||||
_wnd.close();
|
_wnd.close();
|
||||||
}, 20);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user