Fix unintentional compose window resize (#1489114)
Conflicts:
program/js/app.js
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix unintentional compose window resize (#1489114) |
| | | - Fix performance regression in text wrapping function (#1489133) |
| | | - Fix connection to posgtres db using unix socket (#1489132) |
| | | - Fix handling of comma when adding contact from contacts widget (#1489107) |
| | |
| | | } |
| | | else { |
| | | this.redirect(url); |
| | | if (this.env.extwin) |
| | | window.resizeTo(Math.max(1150, $(window).width()), Math.max(900, $(window).height())); |
| | | } |
| | | }; |