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

pull/70/merge
Thomas Bruederli 12 years ago
parent c958452d09
commit b620b1df08

@ -1647,8 +1647,6 @@ function rcube_webmail()
// focus window, delayed to bring to front // focus window, delayed to bring to front
window.setTimeout(function() { extwin.focus(); }, 10); 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; return wname;
}; };

Loading…
Cancel
Save