From e99d21ba051fb2b67147ab1da9c531d7acf8d99b Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 15 May 2010 08:15:58 -0400 Subject: [PATCH] - remove offline message list generation on IE, this doesn't realy improve performance now --- 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 235fc08..d70c132 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1690,13 +1690,6 @@ } }; - // 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 -- Gitblit v1.9.1