From 9c210683884d60b7503ab84e2147d01c536f9000 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 23 Jun 2010 12:50:57 +0000 Subject: - Hide disabled fieldsets in messages list menu git-svn-id: https://svn.roundcube.net/trunk@3782 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 666726cf0..d0b3bd0ca 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1731,7 +1731,7 @@ function rcube_webmail() { var update, add_url = ''; - if (sort_col === null) + if (typeof sort_col == 'undefined') sort_col = this.env.sort_col; if (!sort_order) sort_order = this.env.sort_order; -- cgit v1.2.3