From 176c76c4310bfbba64d1f1f0f8679de5dbcbe78e Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 18 Jun 2010 18:30:35 +0000 Subject: - unset env.messages on mailbox change to save some browser's memory --- program/js/app.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'program') diff --git a/program/js/app.js b/program/js/app.js index 8cf81f8ec..402e1f994 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1302,7 +1302,7 @@ function rcube_webmail() this.env.folder_coords[k].on = 0; } } - + if (layerclass != oldclass && this.contact_list && this.contact_list.draglayer) this.contact_list.draglayer.attr('class', layerclass); } @@ -1495,13 +1495,13 @@ function rcube_webmail() if (this.env.messages[row.uid]) this.env.messages[row.uid].expanded = row.expanded; }; - + this.msglist_set_coltypes = function(list) { var i, found, name, cols = list.list.tHead.rows[0].cells; - + this.env.coltypes = []; - + for (i=0; i