summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-23 12:50:57 +0000
committeralecpl <alec@alec.pl>2010-06-23 12:50:57 +0000
commitf821fecac880c8e4b3ca33897b6a32c140348c65 (patch)
tree25cb571aaae21b00271d78348db704eebc585311 /program/js
parent46415869714c9339d324e1648a2961613211d55f (diff)
- Hide disabled fieldsets in messages list menu
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 666726cf0..d0b3bd0ca 100644
--- a/program/js/app.js
+++ b/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;