Aleksander Machniak
2013-04-29 259d37be3e992e06a899b82a0d60bef2148f82b4
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
2 ■■■■■ changed files
program/js/app.js 2 ●●●●● patch | view | raw | blame | history
program/js/app.js
@@ -1647,8 +1647,6 @@
    // 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;
  };