diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-29 13:32:45 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-29 13:32:45 +0200 |
commit | 259d37be3e992e06a899b82a0d60bef2148f82b4 (patch) | |
tree | 06cecb5a08c390a253340501a3da44438ac3acbb /program/js | |
parent | c6f5adbac33e5a14cce5c093b2b9e69ec39a52c6 (diff) | |
parent | b620b1df083668819447229c03ea3aaf6fa409fa (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/js/app.js b/program/js/app.js index 58810c24a..474a1b8c3 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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; }; |