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:33:17 +00:00
parent 087f457da0
commit 74eee4d061

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();
}
},