Revert back the window close to normal timing as delay breaks closing of compose dialog

This commit is contained in:
Hadi Nategh 2015-01-30 15:25:47 +00:00
parent baae7ff596
commit 436424c1c7

View File

@ -385,10 +385,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
}
else
{
// we have to wait a little, to give browser time to same autocomplete values
_wnd.setTimeout(function() {
_wnd.close();
}, 20);
_wnd.close();
}
},