diff options
author | alecpl <alec@alec.pl> | 2010-05-15 12:15:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-15 12:15:58 +0000 |
commit | e99d21ba051fb2b67147ab1da9c531d7acf8d99b (patch) | |
tree | 408024ef8ffea063c5be205f43d7596daab81174 /program/js/app.js | |
parent | a4a270be84051e70f3f3c56d347a724000b0b454 (diff) |
- remove offline message list generation on IE, this doesn't realy improve performance now
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/program/js/app.js b/program/js/app.js index 235fc087e..d70c1320b 100644 --- a/program/js/app.js +++ b/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 |