summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-21 15:08:47 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-21 15:08:47 +0200
commit39a82a5d458fe86f735c14959c97b1c7aa2a5a7d (patch)
treeb26c94022e9c418968950ff0aa0ab2da6bd9502c /program/js/app.js
parent1965c3b367244c19f34009717ea8bcf53f499d02 (diff)
CS fixes
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 41be99c0f..e654a1481 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2135,12 +2135,12 @@ function rcube_webmail()
this.clear_message_list = function()
{
- this.env.messages = {};
- this.last_selected = 0;
+ this.env.messages = {};
+ this.last_selected = 0;
- this.show_contentframe(false);
- if (this.message_list)
- this.message_list.clear(true);
+ this.show_contentframe(false);
+ if (this.message_list)
+ this.message_list.clear(true);
};
// send remote request to load message list