diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-08 10:57:44 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-08 10:57:44 +0100 |
commit | fd0c123e44391aa01a85c5aeebbd0cea418f0808 (patch) | |
tree | 369c907553b039d913a51c5826e8cce14468d93d /program/js/app.js | |
parent | 39c90d6b616b61a7f7cca56595e6f7f55082b94d (diff) |
Fix fixed header issue after removing rows (1295420)
Diffstat (limited to 'program/js/app.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 ac06df6d6..398417a69 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6843,7 +6843,6 @@ function rcube_webmail() if ((response.action == 'list' || response.action == 'search') && this.message_list) { this.msglist_select(this.message_list); - this.message_list.resize(); this.triggerEvent('listupdate', { folder:this.env.mailbox, rowcount:this.message_list.rowcount }); } } @@ -6854,7 +6853,6 @@ function rcube_webmail() this.enable_command('search-create', this.env.source == ''); this.enable_command('search-delete', this.env.search_id); this.update_group_commands(); - this.contact_list.resize(); this.triggerEvent('listupdate', { folder:this.env.source, rowcount:this.contact_list.rowcount }); } } |