diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-23 12:50:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-23 12:50:57 +0000 |
| commit | 9c210683884d60b7503ab84e2147d01c536f9000 (patch) | |
| tree | 1d7721610b35b9f1754b04e42879dc92369812c0 /roundcubemail/program | |
| parent | 98d0ba33490a1918fe1903974dfa108029ce988c (diff) | |
- Hide disabled fieldsets in messages list menu
git-svn-id: https://svn.roundcube.net/trunk@3782 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
