From a40cf88d649d0770d9b214c490c8e413e0425e35 Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 15 May 2010 12:15:58 +0000 Subject: - remove offline message list generation on IE, this doesn't realy improve performance now git-svn-id: https://svn.roundcube.net/trunk@3620 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 235fc087e..d70c1320b 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1690,13 +1690,6 @@ function rcube_webmail() } }; - // messages list handling in background (for performance) - this.offline_message_list = function(flag) - { - if (this.message_list) - this.message_list.set_background_mode(flag); - }; - this.set_list_sorting = function(sort_col, sort_order) { // set table header class -- cgit v1.2.3