Remove moveTo() call which causes problems in Chrome and has no real effect in other browsers (#1488931)

pull/88/head
Thomas Bruederli 11 years ago
parent fb2f066370
commit 5bc49fa22a

@ -1690,8 +1690,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