Merge branch 'master' of github.com:roundcube/roundcubemail

pull/70/merge
Aleksander Machniak 11 years ago
commit 259d37be3e

@ -1647,8 +1647,6 @@ function rcube_webmail()
// focus window, delayed to bring to front
window.setTimeout(function() { extwin.focus(); }, 10);
// position window with setTimeout for Chrome (#1488931)
window.setTimeout(function() { extwin.moveTo(l,t); }, bw.chrome ? 100 : 10);
return wname;
};

Loading…
Cancel
Save